Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 18 of 18) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/dbg/arg/
DOMakefile19 arg.cpp
21 TARGET_PROGRAM = arg
25 ROM_SPEC_FILE = arg.rsf
27 TITLE = arg
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dsleep.cpp80 AppletQueryReply SleepHandler::SleepQueryCallback( uptr arg ) in SleepQueryCallback() argument
82 NN_UNUSED_VAR(arg); in SleepQueryCallback()
104 void SleepHandler::AwakeCallback( uptr arg ) in AwakeCallback() argument
106 NN_UNUSED_VAR(arg); in AwakeCallback()
Dsleep.h33 static AppletQueryReply SleepQueryCallback( uptr arg );
34 static void AwakeCallback( uptr arg );
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dsleep.cpp78 AppletQueryReply SleepHandler::SleepQueryCallback( uptr arg ) in SleepQueryCallback() argument
80 NN_UNUSED_VAR(arg); in SleepQueryCallback()
102 void SleepHandler::AwakeCallback( uptr arg ) in AwakeCallback() argument
104 NN_UNUSED_VAR(arg); in AwakeCallback()
Dsleep.h33 static AppletQueryReply SleepQueryCallback( uptr arg );
34 static void AwakeCallback( uptr arg );
/CTR-SDK-4.2.7-SampleDemos/common/libraries/applet/
Dapplet.cpp259 AppletQueryReply TransitionHandler::SleepQueryCallback( uptr arg ) in SleepQueryCallback() argument
261 NN_UNUSED_VAR(arg); in SleepQueryCallback()
280 void TransitionHandler::AwakeCallback( uptr arg ) in AwakeCallback() argument
282 NN_UNUSED_VAR(arg); in AwakeCallback()
/CTR-SDK-4.2.7-SampleDemos/common/include/
Dapplet.h111 static AppletQueryReply SleepQueryCallback( uptr arg );
115 static void AwakeCallback( uptr arg );
/CTR-SDK-4.2.7-SampleDemos/dbg/
DOMakefile19 .SUBDIRS: $(exist-dirs instruments arg)
/CTR-SDK-4.2.7-SampleDemos/applet/extrapad/
Dextrapad_demo.cpp136 AppletQueryReply myReceiveSleepQueryNotification( uptr arg ) in myReceiveSleepQueryNotification() argument
138 NN_UNUSED_VAR( arg ); in myReceiveSleepQueryNotification()
144 void myReceiveAwakeNotification( uptr arg ) in myReceiveAwakeNotification() argument
146 NN_UNUSED_VAR( arg ); in myReceiveAwakeNotification()
/CTR-SDK-4.2.7-SampleDemos/cfg/coppacs/
Dcoppacs_demo.cpp174 AppletQueryReply myReceiveSleepQueryNotification( uptr arg ) in myReceiveSleepQueryNotification() argument
176 NN_UNUSED_VAR( arg ); in myReceiveSleepQueryNotification()
182 void myReceiveAwakeNotification( uptr arg ) in myReceiveAwakeNotification() argument
184 NN_UNUSED_VAR( arg ); in myReceiveAwakeNotification()
/CTR-SDK-4.2.7-SampleDemos/applet/swkbd/
Dswkbd_demo.cpp143 AppletQueryReply myReceiveSleepQueryNotification( uptr arg ) in myReceiveSleepQueryNotification() argument
145 NN_UNUSED_VAR( arg ); in myReceiveSleepQueryNotification()
151 void myReceiveAwakeNotification( uptr arg ) in myReceiveAwakeNotification() argument
153 NN_UNUSED_VAR( arg ); in myReceiveAwakeNotification()
/CTR-SDK-4.2.7-SampleDemos/applet/erreula/
Derreula_demo.cpp147 AppletQueryReply myReceiveSleepQueryNotification( uptr arg ) in myReceiveSleepQueryNotification() argument
149 NN_UNUSED_VAR( arg ); in myReceiveSleepQueryNotification()
155 void myReceiveAwakeNotification( uptr arg ) in myReceiveAwakeNotification() argument
157 NN_UNUSED_VAR( arg ); in myReceiveAwakeNotification()
/CTR-SDK-4.2.7-SampleDemos/applet/voicesel/
Dvoicesel_demo.cpp188 AppletQueryReply myReceiveSleepQueryNotification( uptr arg ) in myReceiveSleepQueryNotification() argument
190 NN_UNUSED_VAR( arg ); in myReceiveSleepQueryNotification()
203 void myReceiveAwakeNotification( uptr arg ) in myReceiveAwakeNotification() argument
205 NN_UNUSED_VAR( arg ); in myReceiveAwakeNotification()
/CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/
DChild.cpp49 nn::applet::AppletQueryReply mySleepQueryCallback(uptr arg) in mySleepQueryCallback() argument
51 NN_UNUSED_VAR(arg); in mySleepQueryCallback()
56 void myAwakeCallback(uptr arg) in myAwakeCallback() argument
58 NN_UNUSED_VAR(arg); in myAwakeCallback()
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dsnd.cpp53 void SoundThreadFunc(uptr arg) in SoundThreadFunc() argument
55 (void)arg; in SoundThreadFunc()
/CTR-SDK-4.2.7-SampleDemos/applet/phtsel/
Dphtsel_demo.cpp346 AppletQueryReply myReceiveSleepQueryNotification( uptr arg ) in myReceiveSleepQueryNotification() argument
348 NN_UNUSED_VAR( arg ); in myReceiveSleepQueryNotification()
354 void myReceiveAwakeNotification( uptr arg ) in myReceiveAwakeNotification() argument
356 NN_UNUSED_VAR( arg ); in myReceiveAwakeNotification()
/CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/
DSimpleServer.cpp42 nn::applet::AppletQueryReply mySleepQueryCallback(uptr arg) in mySleepQueryCallback() argument
44 NN_UNUSED_VAR(arg); in mySleepQueryCallback()
49 void myAwakeCallback(uptr arg) in myAwakeCallback() argument
51 NN_UNUSED_VAR(arg); in myAwakeCallback()
/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp48 nn::applet::AppletQueryReply mySleepQueryCallback( uptr arg ) in mySleepQueryCallback() argument
50 NN_UNUSED_VAR(arg); in mySleepQueryCallback()
55 void myAwakeCallback( uptr arg ) in myAwakeCallback() argument
57 NN_UNUSED_VAR(arg); in myAwakeCallback()