Home
last modified time | relevance | path

Searched refs:ALOOPER_PREPARE_ALLOW_NON_CALLBACKS (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/include_sensor/android/
H A Dlooper.h64 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0 enumerator
/aosp12/frameworks/native/include/android/
H A Dlooper.h64 ALOOPER_PREPARE_ALLOW_NON_CALLBACKS = 1<<0 enumerator
/aosp12/hardware/google/pixel/pixelstats/
H A DOrientationCollector.cpp109 looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in init()
/aosp12/frameworks/av/media/libheadtracking/
H A DSensorPoseProvider.cpp198 mLooper = Looper::prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in threadFunc()
/aosp12/frameworks/base/cmds/uinput/jni/
H A Dcom_android_commands_uinput_Device.cpp149 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in UinputDevice()
/aosp12/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp189 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in Device()