Searched refs:PendingCmd (Results 1 – 2 of 2) sorted by relevance
611 private static class PendingCmd { class in NativeDaemonConnector.ResponseQueue635 public PendingCmd(int cmdNum, String logCmd) { in PendingCmd() method in NativeDaemonConnector.ResponseQueue.PendingCmd641 private final LinkedList<PendingCmd> mPendingCmds;645 mPendingCmds = new LinkedList<PendingCmd>(); in ResponseQueue()650 PendingCmd found = null; in add()652 for (PendingCmd pendingCmd : mPendingCmds) { in add()665 PendingCmd pendingCmd = mPendingCmds.remove(); in add()670 found = new PendingCmd(cmdNum, null); in add()686 PendingCmd found = null; in remove()688 for (PendingCmd pendingCmd : mPendingCmds) { in remove()[all …]
1804 Lcom/android/server/NativeDaemonConnector$ResponseQueue$PendingCmd;