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

/system/netd/server/
H A DMDnsSdListener.cpp590 int pollCount = 1; local
604 if (VDBG) ALOGD("Going to poll with pollCount %d", pollCount);
605 int pollResults = poll(mPollFds, pollCount, 10000000);
609 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults);
610 for(int i = 1; i < pollCount; i++) {
627 pollCount = rescan();

Completed in 46 milliseconds