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

  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 68 * identifiers starting with LOOPER_ID_USER.
209 LOOPER_ID_USER = 3,
  /external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h 68 * identifiers starting with LOOPER_ID_USER.
209 LOOPER_ID_USER = 3,
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 248 state->looper, LOOPER_ID_USER, NULL, NULL);
275 if (ident == LOOPER_ID_USER) {
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 248 state->looper, LOOPER_ID_USER, NULL, NULL);
275 if (ident == LOOPER_ID_USER) {
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 332 LOOPER_ID_USER, NULL, NULL );
338 if( id == LOOPER_ID_USER )
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 343 LOOPER_ID_USER, NULL, NULL );
349 if( id == LOOPER_ID_USER )

Completed in 3166 milliseconds