Lines Matching refs:previousCommand
3081 FastMixerState::Command previousCommand = FastMixerState::HOT_IDLE; in createAudioPatch_l() local
3086 previousCommand = state->mCommand; in createAudioPatch_l()
3096 if (!(previousCommand & FastMixerState::IDLE)) { in createAudioPatch_l()
3101 state->mCommand = previousCommand; in createAudioPatch_l()
3188 FastMixerState::Command previousCommand = FastMixerState::HOT_IDLE; in releaseAudioPatch_l() local
3193 previousCommand = state->mCommand; in releaseAudioPatch_l()
3204 if (!(previousCommand & FastMixerState::IDLE)) { in releaseAudioPatch_l()
3209 state->mCommand = previousCommand; in releaseAudioPatch_l()
4249 FastMixerState::Command previousCommand = FastMixerState::HOT_IDLE; in checkForNewParameter_l() local
4254 previousCommand = state->mCommand; in checkForNewParameter_l()
4354 if (!(previousCommand & FastMixerState::IDLE)) { in checkForNewParameter_l()
4359 state->mCommand = previousCommand; in checkForNewParameter_l()