OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onAppCmd
(Results
1 - 5
of
5
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
72
* can call the process() function on it, and fill in android_app->
onAppCmd
117
void (*
onAppCmd
)(struct android_app* app, int32_t cmd);
android_native_app_glue.c
203
if (app->
onAppCmd
!= NULL) app->
onAppCmd
(app, cmd);
/development/ndk/platforms/android-9/samples/native-activity/jni/
main.c
239
state->
onAppCmd
= engine_handle_cmd;
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c
239
state->
onAppCmd
= engine_handle_cmd;
/development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c
456
state->
onAppCmd
= engine_handle_cmd;
Completed in 220 milliseconds