Lines Matching refs:mCommand
669 switch (command->mCommand) { in threadLoop()
727 ALOGW("AudioCommandThread() unknown command %d", command->mCommand); in threadLoop()
786 command->mCommand = START_TONE; in startToneCommand()
800 command->mCommand = STOP_TONE; in stopToneCommand()
816 command->mCommand = SET_VOLUME; in volumeCommand()
842 command->mCommand = SET_PARAMETERS; in parametersCommand()
865 command->mCommand = SET_VOICE_VOLUME; in voiceVolumeCommand()
900 if (command2->mCommand != command->mCommand) continue; in insertCommand_l()
902 switch (command->mCommand) { in insertCommand_l()
958 ALOGV("suppressing command: %d", mAudioCommands[k]->mCommand); in insertCommand_l()
979 command->mCommand, (int)i+1, mAudioCommands.size()); in insertCommand_l()
997 mCommand, in dump()