Searched refs:pollResults (Results 1 – 1 of 1) sorted by relevance
605 int pollResults = poll(mPollFds, pollCount, 10000000); in run() local606 if (pollResults < 0) { in run()608 } else if (pollResults > 0) { in run()609 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults); in run()