Searched refs:pollCount (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DMDnsSdListener.cpp544 int pollCount = 1; local
555 if (VDBG) ALOGD("Going to poll with pollCount %d", pollCount);
556 int pollResults = poll(mPollFds, pollCount, 10000000);
560 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults);
561 for(int i = 1; i < pollCount; i++) {
578 pollCount = rescan();

Completed in 20 milliseconds