Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/include/utils/
H A DLooper.h269 inline int pollOnce(int timeoutMillis) { in pollOnce() function
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp122 void NativeMessageQueue::pollOnce(JNIEnv* env, jobject pollObj, int timeoutMillis) { in pollOnce() function in android::NativeMessageQueue
/aosp14/system/core/libutils/
H A DLooper.cpp185 int Looper::pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in pollOnce() function in android::Looper