Searched defs:pollOnce (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DLooper.h227 * pollOnce() is prepared to handle callback-less events itself.
263 int pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData);
264 inline int pollOnce(int timeoutMillis) { function in class:android::Looper
265 return pollOnce(timeoutMillis, NULL, NULL, NULL);
269 * Like pollOnce(), but performs all pending callbacks until all
291 * "ident" is an identifier for this event, which is returned from pollOnce().
467 // This state is only used privately by pollOnce and does not require a lock since
/system/core/libutils/include/utils/
H A DLooper.h227 * pollOnce() is prepared to handle callback-less events itself.
263 int pollOnce(int timeoutMillis, int* outFd, int* outEvents, void** outData);
264 inline int pollOnce(int timeoutMillis) { function in class:android::Looper
265 return pollOnce(timeoutMillis, NULL, NULL, NULL);
269 * Like pollOnce(), but performs all pending callbacks until all
291 * "ident" is an identifier for this event, which is returned from pollOnce().
467 // This state is only used privately by pollOnce and does not require a lock since

Completed in 50 milliseconds