Home
last modified time | relevance | path

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

/system/netd/server/
DMDnsSdListener.cpp605 int pollResults = poll(mPollFds, pollCount, 10000000); in run() local
606 if (pollResults < 0) { in run()
608 } else if (pollResults > 0) { in run()
609 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults); in run()