Home
last modified time | relevance | path

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

/system/netd/
DMDnsSdListener.cpp557 int pollResults = poll(mPollFds, pollCount, 10000000); in run() local
558 if (pollResults < 0) { in run()
560 } else if (pollResults > 0) { in run()
561 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults); in run()