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

  /development/ndk/platforms/android-9/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /frameworks/base/native/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 219 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /frameworks/base/libs/utils/
Looper.cpp 142 bool allowNonCallbacks = opts & ALOOPER_PREPARE_ALLOW_NON_CALLBACKS;
150 "ALOOPER_PREPARE_ALLOW_NON_CALLBACKS option.");

Completed in 74 milliseconds