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

  /frameworks/rs/
rsThreadIO.cpp 119 int pollCount = 1;
121 pollCount = 2;
130 int pr = poll(p, pollCount, waitTime);
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.h 60 uint32_t pollCount() { return mPollCount; }
  /system/netd/server/
MDnsSdListener.cpp 590 int pollCount = 1;
604 if (VDBG) ALOGD("Going to poll with pollCount %d", pollCount);
605 int pollResults = poll(mPollFds, pollCount, 10000000);
609 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults);
610 for(int i = 1; i < pollCount; i++) {
627 pollCount = rescan();

Completed in 816 milliseconds