Home
last modified time | relevance | path

Searched defs:pollOnce (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.cpp45 int ALooper::pollOnce( in pollOnce() function in ALooper
/aosp12/system/core/libutils/include/utils/
H A DLooper.h268 inline int pollOnce(int timeoutMillis) { in pollOnce() function
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp107 void NativeMessageQueue::pollOnce(JNIEnv* env, jobject pollObj, int timeoutMillis) { in pollOnce() function in android::NativeMessageQueue
/aosp12/system/core/libutils/
H A DLooper.cpp175 int Looper::pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in pollOnce() function in android::Looper