Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DNativeDaemonConnector.java652 for (PendingCmd pendingCmd : mPendingCmds) { in add()
653 if (pendingCmd.cmdNum == cmdNum) { in add()
654 found = pendingCmd; in add()
665 PendingCmd pendingCmd = mPendingCmds.remove(); in add() local
667 "Removing request: " + pendingCmd.logCmd + " (" + in add()
668 pendingCmd.cmdNum + ")"); in add()
688 for (PendingCmd pendingCmd : mPendingCmds) { in remove()
689 if (pendingCmd.cmdNum == cmdNum) { in remove()
690 found = pendingCmd; in remove()
716 for (PendingCmd pendingCmd : mPendingCmds) { in dump()
[all …]