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.txt95 ALooper_prepare;
/frameworks/av/media/libstagefright/
DVideoFrameScheduler2.cpp246 ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in readyToRun()
/frameworks/opt/gamesdk/src/swappy/
DChoreographerThread.cpp136 mLooper = ALooper_prepare(0); in looperThread()
/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.cpp149 aLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS); in Device()
/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp258 mLooper = ALooper_prepare(0); in looperThread()