HomeSort by relevance Sort by last modified time
    Searched refs:ALOOPER_PREPARE_ALLOW_NON_CALLBACKS (Results 1 - 17 of 17) 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/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.
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
looper.h 55 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/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 224 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /frameworks/native/libs/utils/
Looper.cpp 140 bool allowNonCallbacks = opts & ALOOPER_PREPARE_ALLOW_NON_CALLBACKS;
148 "ALOOPER_PREPARE_ALLOW_NON_CALLBACKS option.");

Completed in 414 milliseconds