HomeSort by relevance Sort by last modified time
    Searched refs: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);
  /system/netd/
MDnsSdListener.cpp 544 int pollCount = 1;
555 if (VDBG) ALOGD("Going to poll with pollCount %d", pollCount);
556 int pollResults = poll(mPollFds, pollCount, 10000000);
560 if (VDBG) ALOGD("Monitor poll got data pollCount = %d, %d", pollCount, pollResults);
561 for(int i = 1; i < pollCount; i++) {
578 pollCount = rescan();
  /frameworks/base/core/java/android/server/
BluetoothAdapterStateMachine.java 273 int pollCount = 5;
274 while ((pollCount-- > 0) && !eventLoopStarted) {
282 log("prepareBluetooth sleep interrupted: " + pollCount);
    [all...]

Completed in 459 milliseconds