Home
last modified time | relevance | path

Searched refs:PendingCmd (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DNativeDaemonConnector.java611 private static class PendingCmd { class in NativeDaemonConnector.ResponseQueue
635 public PendingCmd(int cmdNum, String logCmd) { in PendingCmd() method in NativeDaemonConnector.ResponseQueue.PendingCmd
641 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 …]
/frameworks/base/services/
Dart-profile1804 Lcom/android/server/NativeDaemonConnector$ResponseQueue$PendingCmd;