Searched refs:availableResponseCount (Results 1 – 1 of 1) sorted by relevance
633 public int availableResponseCount; field in NativeDaemonConnector.ResponseQueue.PendingCmd673 found.availableResponseCount++; in add()676 if (found.availableResponseCount == 0) mPendingCmds.remove(found); in add()698 found.availableResponseCount--; in remove()701 if (found.availableResponseCount == 0) mPendingCmds.remove(found); in remove()