Home
last modified time | relevance | path

Searched refs:pollInner (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DLooper.h475 int pollInner(int timeoutMillis);
/system/core/libutils/
DLooper.cpp205 result = pollInner(timeoutMillis); in pollOnce()
209 int Looper::pollInner(int timeoutMillis) { in pollInner() function in android::Looper