Home
last modified time | relevance | path

Searched refs:s_PreparePowerButtonCallback (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/
Dapplet.h105 …static void SetPreparePowerButtonCallback(TRANSITION_CALLBACK f) { s_PreparePowerButtonCallback = … in SetPreparePowerButtonCallback()
141 static TRANSITION_CALLBACK s_PreparePowerButtonCallback; variable
/CTR-SDK-4.2.7-SampleDemos/common/libraries/applet/
Dapplet.cpp46 TransitionHandler::TRANSITION_CALLBACK TransitionHandler::s_PreparePowerButtonCallback; member in TransitionHandler
201 if ( s_PreparePowerButtonCallback ) in Process()
203 s_PreparePowerButtonCallback(); in Process()