HomeSort by relevance Sort by last modified time
    Searched refs:ALOOPER_PREPARE_ALLOW_NON_CALLBACKS (Results 1 - 13 of 13) 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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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 954 milliseconds