Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DLooper.h476 int pollInner(int timeoutMillis);
/system/core/libutils/
DLooper.cpp207 result = pollInner(timeoutMillis); in pollOnce()
211 int Looper::pollInner(int timeoutMillis) { in pollInner() function in android::Looper