Searched refs:pollResult (Results 1 – 4 of 4) sorted by relevance
172 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper() local173 if (pollResult == Looper::POLL_WAKE) { in getLooper()182 << pollResult; in getLooper()
37 int pollResult = looper->pollAll(-1 /* timeout */); in getLooper() local38 LOG(ERROR) << "Looper::pollAll returns unexpected " << pollResult; in getLooper()
1859 ssize_t pollResult = poll(&pfd, 1, 1000); in doThreadLoop() local1861 if (pollResult == 0) { in doThreadLoop()1863 } else if (pollResult < 0) { in doThreadLoop()
1760 int pollResult = epoll_wait(mEpollFd, mPendingEventItems, EPOLL_MAX_EVENTS, timeoutMillis); in getEvents() local1764 if (pollResult == 0) { in getEvents()1770 if (pollResult < 0) { in getEvents()1782 mPendingEventCount = size_t(pollResult); in getEvents()