Searched refs:mCurrentCommand (Results 1 – 2 of 2) sorted by relevance
76 mCurrentCommand = ECmThreadStop; in stopPlaybackOrRecord()85 mCurrentCommand = command; in issueCommandAndWaitForCompletion()101 mCurrentCommand(ECmNone), in AudioLocal()113 if (mCurrentCommand == ECmNone) { in threadLoop()140 if (mCurrentCommand == ECmNone) { in threadLoop()145 int pendingCommand = mCurrentCommand; in threadLoop()175 mCurrentCommand = ECmNone; in threadLoop()
84 volatile AudioCommand mCurrentCommand; variable