Home
last modified time | relevance | path

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

/frameworks/native/include_sensor/android/
Dlooper.h74 ALooper* ALooper_prepare(int opts);
/frameworks/native/include/android/
Dlooper.h74 ALooper* ALooper_prepare(int opts);
/frameworks/base/native/android/
Dlooper.cpp40 ALooper* ALooper_prepare(int opts) { in ALooper_prepare() function
Dlibandroid.map.txt104 ALooper_prepare;
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm64.cc146 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);
436 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_prepare); in init_stub_library()
Dstubs_arm.cc146 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);
436 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_prepare); in init_stub_library()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp445 ALooper *ALooper_prepare(int /* opts */) { in ALooper_prepare() function
/frameworks/base/cmds/uinput/jni/
Dcom_android_commands_uinput_Device.cpp149 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in UinputDevice()
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp189 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in Device()