Home
last modified time | relevance | path

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

/frameworks/native/include_sensor/android/
Dlooper.h61 ALooper* ALooper_forThread();
/frameworks/native/include/android/
Dlooper.h61 ALooper* ALooper_forThread();
/frameworks/base/native/android/
Dlooper.cpp36 ALooper* ALooper_forThread() { in ALooper_forThread() function
Dlibandroid.map.txt123 ALooper_forThread;
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp184 ALooper* aLooper = ALooper_forThread(); in Device()
194 ALooper* looper = ALooper_forThread(); in ~Device()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp440 ALooper *ALooper_forThread() { in ALooper_forThread() function
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc170 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_forThread);
537 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_forThread); in init_stub_library()
Dstubs_arm.cc170 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_forThread);
537 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_forThread); in init_stub_library()
Dstubs_arm64.cc170 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_forThread);
537 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_forThread); in init_stub_library()
/frameworks/base/cmds/uinput/jni/
Dcom_android_commands_uinput_Device.cpp150 ALooper* aLooper = ALooper_forThread(); in UinputDevice()