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

/system/netd/server/
H A DMDnsSdListener.cpp609 int pollResults = poll(mPollFds, pollCount, 10000000); local
610 if (pollResults < 0) {
612 } else if (pollResults > 0) {
613 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults);

Completed in 51 milliseconds