Applet Manager services: Difference between revisions
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1,193: | Line 1,193: | ||
| 43 || [5.0.0+] GetSystemSharedBufferHandle | | 43 || [5.0.0+] GetSystemSharedBufferHandle | ||
|- | |- | ||
| 50 || SetHandlesRequestToDisplay | | 50 || [[#SetHandlesRequestToDisplay]] | ||
|- | |- | ||
| 51 || ApproveToDisplay | | 51 || [[#ApproveToDisplay]] | ||
|- | |- | ||
| 60 || OverrideAutoSleepTimeAndDimmingTime | | 60 || OverrideAutoSleepTimeAndDimmingTime | ||
Line 1,207: | Line 1,207: | ||
| 64 || SetInputDetectionSourceSet | | 64 || SetInputDetectionSourceSet | ||
|- | |- | ||
| 65 || [2.0.0+] ReportUserIsActive | | 65 || [2.0.0+] [[#ReportUserIsActive]] | ||
|- | |- | ||
| 66 || [3.0.0+] [[#GetCurrentIlluminance]] | | 66 || [3.0.0+] [[#GetCurrentIlluminance]] | ||
Line 1,221: | Line 1,221: | ||
| 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]] | | 71 || [5.0.0+] [[#GetCurrentIlluminanceEx]] | ||
|- | |- | ||
| 80 || [4.0.0+] SetWirelessPriorityMode | | 80 || [4.0.0+] [[#SetWirelessPriorityMode]] | ||
|- | |- | ||
| 90 || [6.0.0+] GetAccumulatedSuspendedTickValue | | 90 || [6.0.0+] GetAccumulatedSuspendedTickValue | ||
Line 1,310: | Line 1,310: | ||
=== CreateManagedDisplayLayer === | === CreateManagedDisplayLayer === | ||
Returns an output u64 LayerId which is then used by the user-process with [[Display_services#OpenLayer]]. | Returns an output u64 LayerId which is then used by the user-process with [[Display_services#OpenLayer]]. | ||
=== SetHandlesRequestToDisplay === | |||
Takes an input u8 bool, no output. | |||
Sets an internal state flag. When the input flag is 0, this will in additional run the same code as [[#ApproveToDisplay]]. | |||
=== ApproveToDisplay === | |||
No input/output. | |||
=== SetMediaPlaybackState === | === SetMediaPlaybackState === | ||
Takes an input u8 bool, no output. | Takes an input u8 bool, no output. | ||
=== ReportUserIsActive === | |||
No input/output. | |||
Uses idle:sys ReportUserIsActive. | |||
=== GetCurrentIlluminance === | === GetCurrentIlluminance === | ||
Line 1,330: | Line 1,343: | ||
Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue. | Uses [[Backlight_services|lbl]] command GetAmbientLightSensorValue. | ||
=== SetWirelessPriorityMode === | |||
Takes an input s32 enum '''WirelessPriorityMode''', no output. | |||
The input value must be 1 or 2. | |||
=== SetAlbumImageTakenNotificationEnabled === | === SetAlbumImageTakenNotificationEnabled === |