Searched refs:pollCount (Results 1 – 1 of 1) sorted by relevance
544 int pollCount = 1; in run() local555 if (VDBG) ALOGD("Going to poll with pollCount %d", pollCount); in run()556 int pollResults = poll(mPollFds, pollCount, 10000000); in run()560 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults); in run()561 for(int i = 1; i < pollCount; i++) { in run()578 pollCount = rescan(); in run()