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

  /frameworks/native/include/android/
looper.h 64 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0
72 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
  /device/google/wahoo/folio_daemon/
main.cpp 117 looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /device/google/contexthub/util/sensortest/
sensortest.cpp 212 ALooper *mLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /external/skia/tools/sk_app/android/
surface_glue_android.cpp 178 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /external/skqp/tools/sk_app/android/
surface_glue_android.cpp 178 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 138 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /prebuilts/ndk/r16/sources/android/native_app_glue/
android_native_app_glue.c 223 ALooper* looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);

Completed in 360 milliseconds