Searched defs:pollOnce (Results 1 – 3 of 3) sorted by relevance
269 inline int pollOnce(int timeoutMillis) { in pollOnce() function
122 void NativeMessageQueue::pollOnce(JNIEnv* env, jobject pollObj, int timeoutMillis) { in pollOnce() function in android::NativeMessageQueue
185 int Looper::pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData) { in pollOnce() function in android::Looper