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

/frameworks/av/services/audioflinger/
H A DThreads.cpp2917 FastMixerState::Command previousCommand = FastMixerState::HOT_IDLE; local
2926 previousCommand = state->mCommand;
3037 if (!(previousCommand & FastMixerState::IDLE)) {
3042 state->mCommand = previousCommand;

Completed in 363 milliseconds