HomeSort by relevance Sort by last modified time
    Searched refs:pollCount (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsThreadIO.cpp 116 int pollCount = 1;
118 pollCount = 2;
127 int pr = poll(p, pollCount, waitTime);
  /system/netd/server/
MDnsSdListener.cpp 594 int pollCount = 1;
608 if (VDBG) ALOGD("Going to poll with pollCount %d", pollCount);
609 int pollResults = poll(mPollFds, pollCount, 10000000);
613 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults);
614 for(int i = 1; i < pollCount; i++) {
631 pollCount = rescan();

Completed in 218 milliseconds