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

12

  /prebuilts/ndk/current/platforms/android-19/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/current/platforms/android-21/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/current/platforms/android-21/arch-arm64/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/current/platforms/android-21/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/current/platforms/android-21/arch-mips64/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/current/platforms/android-21/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/current/platforms/android-21/arch-x86_64/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/current/platforms/android-23/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/current/platforms/android-23/arch-arm64/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/current/platforms/android-23/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/current/platforms/android-23/arch-mips64/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/current/platforms/android-23/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/current/platforms/android-23/arch-x86_64/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/current/platforms/android-24/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/current/platforms/android-24/arch-arm64/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/current/platforms/android-24/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/current/platforms/android-24/arch-mips64/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/current/platforms/android-24/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/current/platforms/android-24/arch-x86_64/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/current/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/current/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/current/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.
  /device/google/contexthub/util/sensortest/
sensortest.cpp 212 ALooper *mLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 223 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.c 222 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);

Completed in 1055 milliseconds

12