Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h324 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd);
Dandroid_native_app_glue.c88 void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) { in android_app_pre_exec_cmd() function
201 android_app_pre_exec_cmd(app, cmd); in process_cmd()