Lines Matching refs:mCommand

1646                 switch (command->mCommand) {  in threadLoop()
1847 ALOGW("AudioCommandThread() unknown command %d", command->mCommand); in threadLoop()
1937 command->mCommand = SET_VOLUME; in volumeCommand()
1954 command->mCommand = SET_PARAMETERS; in parametersCommand()
1968 command->mCommand = SET_VOICE_VOLUME; in voiceVolumeCommand()
1982 command->mCommand = SET_EFFECT_SUSPENDED; in setEffectSuspendedCommand()
1997 command->mCommand = STOP_OUTPUT; in stopOutputCommand()
2008 command->mCommand = RELEASE_OUTPUT; in releaseOutputCommand()
2024 command->mCommand = CREATE_AUDIO_PATCH; in createAudioPatchCommand()
2042 command->mCommand = RELEASE_AUDIO_PATCH; in releaseAudioPatchCommand()
2054 command->mCommand = UPDATE_AUDIOPORT_LIST; in updateAudioPortListCommand()
2062 command->mCommand = UPDATE_UID_STATES; in updateUidStatesCommand()
2070 command->mCommand = UPDATE_AUDIOPATCH_LIST; in updateAudioPatchListCommand()
2079 command->mCommand = CHANGED_AUDIOVOLUMEGROUP; in changeAudioVolumeGroupCommand()
2092 command->mCommand = SET_AUDIOPORT_CONFIG; in setAudioPortConfigCommand()
2105 command->mCommand = DYN_POLICY_MIX_STATE_UPDATE; in dynamicPolicyMixStateUpdateCommand()
2126 command->mCommand = RECORDING_CONFIGURATION_UPDATE; in recordingConfigurationUpdateCommand()
2145 command->mCommand = AUDIO_MODULES_UPDATE; in audioModulesUpdateCommand()
2152 command->mCommand = ROUTING_UPDATED; in routingChangedCommand()
2160 command->mCommand = CHECK_SPATIALIZER; in checkSpatializerCommand()
2203 if ((command->mCommand == CREATE_AUDIO_PATCH) || in insertCommand_l()
2204 (command->mCommand == RELEASE_AUDIO_PATCH)) { in insertCommand_l()
2205 if ((command2->mCommand != CREATE_AUDIO_PATCH) && in insertCommand_l()
2206 (command2->mCommand != RELEASE_AUDIO_PATCH)) { in insertCommand_l()
2209 } else if (command2->mCommand != command->mCommand) continue; in insertCommand_l()
2211 switch (command->mCommand) { in insertCommand_l()
2278 if (command->mCommand == CREATE_AUDIO_PATCH) { in insertCommand_l()
2287 if (command2->mCommand == CREATE_AUDIO_PATCH) { in insertCommand_l()
2297 if( (command->mCommand == CREATE_AUDIO_PATCH) && in insertCommand_l()
2298 (command2->mCommand == CREATE_AUDIO_PATCH) ) { in insertCommand_l()
2312 (command->mCommand == CREATE_AUDIO_PATCH) ? "create" : "release", handle); in insertCommand_l()
2342 ALOGV("suppressing command: %d", mAudioCommands[k]->mCommand); in insertCommand_l()
2353 if (delayMs != 0 && command->mCommand != CREATE_AUDIO_PATCH) { in insertCommand_l()
2359 command->mCommand, i+1, mAudioCommands.size()); in insertCommand_l()
2379 mCommand, in dump()