Module that handles applets.
NN_APPLET_MAX_APPLET_NUM
|
The maximum number of applets that can be registered with the applet manager. | |
|---|---|---|
NN_APPLET_PARAMETER_MAX
|
The maximum size (in bytes) of the parameter region that can be exchanged when an applet is called or returns. |
nnappletInitialize
|
Initializes the APPLET library and registers an applet. | |
|---|---|---|
nnappletLock
|
Locks the mutex for the APPLET library. | |
nnappletTryLock
|
Attempts to lock the mutex for the APPLET library. | |
nnappletUnlock
|
Unlocks the mutex for the APPLET library. | |
nnappletCountRegisteredApplet
|
Counts the number of registered applets. | |
nnappletIsRegistered
|
Determines whether an applet has been registered. | |
nnappletIsActive
|
Determines whether an applet is currently active. | |
nnappletIsGpuRightGiven
|
Determines whether an applet currently has the right to render. |
CONFIDENTIAL