HomeSort by relevance Sort by last modified time
    Searched refs:pendingCommand (Results 1 - 2 of 2) sorted by null

  /cts/suite/audio_quality/lib/src/audio/
AudioLocal.cpp 145 int pendingCommand = mCurrentCommand;
147 switch (pendingCommand) {
  /frameworks/base/services/java/com/android/server/print/
RemotePrintService.java 574 Runnable pendingCommand = mPendingCommands.remove(0);
575 pendingCommand.run();

Completed in 43 milliseconds