Home
last modified time | relevance | path

Searched refs:ALooper_prepare (Results 1 – 8 of 8) 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.txt98 ALooper_prepare;
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc142 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);
421 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_prepare); in init_stub_library()
Dstubs_arm64.cc142 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_prepare);
421 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/hid/jni/
Dcom_android_commands_hid_Device.cpp181 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in Device()