Home
last modified time | relevance | path

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

/system/core/include/utils/
DLooper.h473 int pollInner(int timeoutMillis);
/system/core/libutils/
DLooper.cpp219 result = pollInner(timeoutMillis); in pollOnce()
223 int Looper::pollInner(int timeoutMillis) { in pollInner() function in android::Looper