Lines Matching refs:mCommand

398                 switch (command->mCommand) {  in threadLoop()
514 ALOGW("AudioCommandThread() unknown command %d", command->mCommand); in threadLoop()
592 command->mCommand = START_TONE; in startToneCommand()
604 command->mCommand = STOP_TONE; in stopToneCommand()
615 command->mCommand = SET_VOLUME; in volumeCommand()
632 command->mCommand = SET_PARAMETERS; in parametersCommand()
646 command->mCommand = SET_VOICE_VOLUME; in voiceVolumeCommand()
660 command->mCommand = STOP_OUTPUT; in stopOutputCommand()
675 command->mCommand = RELEASE_OUTPUT; in releaseOutputCommand()
693 command->mCommand = CREATE_AUDIO_PATCH; in createAudioPatchCommand()
711 command->mCommand = RELEASE_AUDIO_PATCH; in releaseAudioPatchCommand()
723 command->mCommand = UPDATE_AUDIOPORT_LIST; in updateAudioPortListCommand()
731 command->mCommand = UPDATE_AUDIOPATCH_LIST; in updateAudioPatchListCommand()
740 command->mCommand = SET_AUDIOPORT_CONFIG; in setAudioPortConfigCommand()
787 if ((command->mCommand == CREATE_AUDIO_PATCH) || in insertCommand_l()
788 (command->mCommand == RELEASE_AUDIO_PATCH)) { in insertCommand_l()
789 if ((command2->mCommand != CREATE_AUDIO_PATCH) && in insertCommand_l()
790 (command2->mCommand != RELEASE_AUDIO_PATCH)) { in insertCommand_l()
793 } else if (command2->mCommand != command->mCommand) continue; in insertCommand_l()
795 switch (command->mCommand) { in insertCommand_l()
850 if (command->mCommand == CREATE_AUDIO_PATCH) { in insertCommand_l()
858 if (command2->mCommand == CREATE_AUDIO_PATCH) { in insertCommand_l()
867 if( (command->mCommand == CREATE_AUDIO_PATCH) && in insertCommand_l()
868 (command2->mCommand == CREATE_AUDIO_PATCH) ) { in insertCommand_l()
882 (command->mCommand == CREATE_AUDIO_PATCH) ? "create" : "release", handle); in insertCommand_l()
902 ALOGV("suppressing command: %d", mAudioCommands[k]->mCommand); in insertCommand_l()
913 if (delayMs != 0 && command->mCommand != CREATE_AUDIO_PATCH) { in insertCommand_l()
919 command->mCommand, i+1, mAudioCommands.size()); in insertCommand_l()
937 mCommand, in dump()