Home
last modified time | relevance | path

Searched refs:ALooper_forThread (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/include_sensor/android/
H A Dlooper.h53 ALooper* ALooper_forThread();
/aosp12/frameworks/native/include/android/
H A Dlooper.h53 ALooper* ALooper_forThread();
/aosp12/frameworks/base/native/android/
H A Dlooper.cpp36 ALooper* ALooper_forThread() { in ALooper_forThread() function
H A Dlibandroid.map.txt101 ALooper_forThread;
/aosp12/hardware/google/pixel/pixelstats/
H A DOrientationCollector.cpp107 looper = ALooper_forThread(); in init()
/aosp12/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp186 ALooper* aLooper = ALooper_forThread(); in Device()
196 ALooper* looper = ALooper_forThread(); in ~Device()
/aosp12/frameworks/libs/native_bridge_support/libandroid/
H A Dstubs_arm.cc148 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_forThread);
467 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_forThread); in init_stub_library()
H A Dstubs_arm64.cc148 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_forThread);
467 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_forThread); in init_stub_library()
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp440 ALooper *ALooper_forThread() { in ALooper_forThread() function
/aosp12/frameworks/base/cmds/uinput/jni/
H A Dcom_android_commands_uinput_Device.cpp146 ALooper* aLooper = ALooper_forThread(); in UinputDevice()