Applet Manager services: Difference between revisions

No edit summary
No edit summary
Line 789: Line 789:
| 20 || [8.0.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
| 20 || [8.0.0+] [[#SetHandlingHomeButtonShortPressedEnabled]]
|-
|-
| 30 || [9.0.0+] SetHealthWarningShowingState
| 30 || [9.0.0+] [[#SetHealthWarningShowingState]]
|-
|-
| 90 || [7.0.0+] [[#SetRequiresGpuResourceUse]]
| 90 || [7.0.0+] [[#SetRequiresGpuResourceUse]]
Line 833: Line 833:
==== SetHandlingHomeButtonShortPressedEnabled ====
==== SetHandlingHomeButtonShortPressedEnabled ====
Takes an input u8 bool, no output.
Takes an input u8 bool, no output.
==== SetHealthWarningShowingState ====
Takes an input u8 bool, no output.
This writes the input bool into state, signals an Event, and returns 0.


==== SetRequiresGpuResourceUse ====
==== SetRequiresGpuResourceUse ====
Line 965: Line 970:
| 151 || [9.0.0+] TryPopFromNotificationStorageChannel ||  
| 151 || [9.0.0+] TryPopFromNotificationStorageChannel ||  
|-
|-
| 160 || [9.0.0+] GetHealthWarningDisappearedSystemEvent ||  
| 160 || [9.0.0+] [[#GetHealthWarningDisappearedSystemEvent]] ||  
|-
|-
| 170 || [9.0.0+] [[#SetHdcpAuthenticationActivated]] ||  
| 170 || [9.0.0+] [[#SetHdcpAuthenticationActivated]] ||  
Line 1,170: Line 1,175:


This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert.
This is used by sdknso during applet-application initialization. A seperate thread is setup where event-waiting is handled. When the Event is signaled, official sw will assert.
==== GetHealthWarningDisappearedSystemEvent ====
No input, returns an output Event with EventClearMode=0.


==== SetHdcpAuthenticationActivated ====
==== SetHdcpAuthenticationActivated ====