HomeSort by relevance Sort by last modified time
    Searched refs:android_app_read_cmd (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/sources/android/native_app_glue/
android_native_app_glue.h 192 * These can be retrieved and processed with android_app_read_cmd()
318 int8_t android_app_read_cmd(struct android_app* android_app);
321 * Call with the command returned by android_app_read_cmd() to do the
328 * Call with the command returned by android_app_read_cmd() to do the
android_native_app_glue.c 49 int8_t android_app_read_cmd(struct android_app* android_app) { function
202 int8_t cmd = android_app_read_cmd(app);

Completed in 97 milliseconds