Home
last modified time | relevance | path

Searched refs:onAppCmd (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h116 void (*onAppCmd)(struct android_app* app, int32_t cmd); member
Dandroid_native_app_glue.c202 if (app->onAppCmd != NULL) app->onAppCmd(app, cmd); in process_cmd()
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
Dmain.cpp174 pApp->onAppCmd = handle_cmd; in android_main()