Searched refs:ALooper_pollOnce (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/include/android/ |
D | looper.h | 198 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData);
|
/frameworks/native/include_sensor/android/ |
D | looper.h | 198 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData);
|
/frameworks/base/native/android/ |
D | looper.cpp | 52 int ALooper_pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in ALooper_pollOnce() function
|
D | libandroid.map.txt | 95 ALooper_pollOnce;
|
/frameworks/libs/native_bridge_support/libandroid/ |
D | stubs_arm.cc | 145 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_pollOnce); 435 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_pollOnce); in init_stub_library()
|
D | stubs_arm64.cc | 145 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ALooper_pollOnce); 435 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ALooper_pollOnce); in init_stub_library()
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorManager.cpp | 450 int ALooper_pollOnce( in ALooper_pollOnce() function
|