Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/audio/
DAudioLocal.cpp76 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()
/cts/suite/audio_quality/lib/include/audio/
DAudioLocal.h84 volatile AudioCommand mCurrentCommand; variable