Searched defs:previousCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp3733 FastMixerState::Command previousCommand = FastMixerState::HOT_IDLE; local
3738 previousCommand = state->mCommand;
3838 if (!(previousCommand & FastMixerState::IDLE)) {
3843 state->mCommand = previousCommand;

Completed in 57 milliseconds