Searched refs:pollResults (Results 1 - 1 of 1) sorted by path

/system/netd/
H A DMDnsSdListener.cpp556 int pollResults = poll(mPollFds, pollCount, 10000000); local
557 if (pollResults < 0) {
559 } else if (pollResults > 0) {
560 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults);

Completed in 993 milliseconds