HomeSort by relevance Sort by last modified time
    Searched full:availableresponsecount (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnector.java 534 // The availableResponseCount member is used to track when we can remove this
549 public int availableResponseCount;
589 found.availableResponseCount++;
592 if (found.availableResponseCount == 0) mPendingCmds.remove(found);
614 found.availableResponseCount--;
617 if (found.availableResponseCount == 0) mPendingCmds.remove(found);

Completed in 140 milliseconds