Home
last modified time | relevance | path

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

/system/netd/server/
DMDnsSdListener.cpp594 int pollCount = 1; in run() local
608 if (VDBG) ALOGD("Going to poll with pollCount %d", pollCount); in run()
609 int pollResults = poll(mPollFds, pollCount, 10000000); in run()
613 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults); in run()
614 for(int i = 1; i < pollCount; i++) { in run()
631 pollCount = rescan(); in run()