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

  /prebuilts/ndk/r11/sources/android/native_app_glue/
android_native_app_glue.h 156 // Current state of the app's activity. May be either APP_CMD_START,
281 APP_CMD_START,
android_native_app_glue.c 122 case APP_CMD_START:
343 android_app_set_activity_state((struct android_app*)activity->instance, APP_CMD_START);
  /prebuilts/ndk/r13/sources/android/native_app_glue/
android_native_app_glue.h 156 // Current state of the app's activity. May be either APP_CMD_START,
281 APP_CMD_START,
android_native_app_glue.c 122 case APP_CMD_START:
343 android_app_set_activity_state((struct android_app*)activity->instance, APP_CMD_START);

Completed in 74 milliseconds