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

/frameworks/av/services/audioflinger/
H A DThreads.cpp3330 FastMixerState::Command previousCommand = FastMixerState::HOT_IDLE; local
3339 previousCommand = state->mCommand;
3448 if (!(previousCommand & FastMixerState::IDLE)) {
3453 state->mCommand = previousCommand;

Completed in 65 milliseconds