Home
last modified time | relevance | path

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

/frameworks/native/include_sensor/android/
Dlooper.h82 ALooper* ALooper_prepare(int opts);
/frameworks/native/include/android/
Dlooper.h82 ALooper* ALooper_prepare(int opts);
/frameworks/base/native/android/
Dlooper.cpp40 ALooper* ALooper_prepare(int opts) { in ALooper_prepare() function
Dlibandroid.map.txt126 ALooper_prepare;
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp445 ALooper *ALooper_prepare(int /* opts */) { in ALooper_prepare() function
/frameworks/libs/native_bridge_support/android_api/libandroid/
Dstubs_riscv64.cc173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);
540 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_prepare); in init_stub_library()
Dstubs_arm.cc173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);
540 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_prepare); in init_stub_library()
Dstubs_arm64.cc173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);
540 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_prepare); in init_stub_library()
/frameworks/base/cmds/uinput/jni/
Dcom_android_commands_uinput_Device.cpp153 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in UinputDevice()
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp187 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in Device()