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

  /cts/suite/audio_quality/lib/include/audio/
AudioLocal.h 84 volatile AudioCommand mCurrentCommand;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 88 if (mCurrentCommand.isCompleted()) {
89 if (mCurrentCommand instanceof LayoutCommand) {
124 } else if (mCurrentCommand.isFailed()) {
126 CharSequence error = mCurrentCommand.getError();
127 mCurrentCommand = null;
131 } else if (mCurrentCommand.isCanceled()) {
150 private AsyncCommand mCurrentCommand;
219 if (mCurrentCommand != null && (mCurrentCommand.isRunning()
220 || mCurrentCommand.isPending()))
    [all...]

Completed in 1020 milliseconds