Lines Matching refs:sendCommand
710 sendCommand(command); in startToneCommand()
718 sendCommand(command); in stopToneCommand()
736 return sendCommand(command, delayMs); in volumeCommand()
752 return sendCommand(command, delayMs); in parametersCommand()
764 return sendCommand(command, delayMs); in voiceVolumeCommand()
779 sendCommand(command); in stopOutputCommand()
794 sendCommand(command); in releaseOutputCommand()
812 status = sendCommand(command, delayMs); in createAudioPatchCommand()
829 return sendCommand(command, delayMs); in releaseAudioPatchCommand()
837 sendCommand(command); in updateAudioPortListCommand()
845 sendCommand(command); in updateAudioPatchListCommand()
858 return sendCommand(command, delayMs); in setAudioPortConfigCommand()
872 sendCommand(command); in dynamicPolicyMixStateUpdateCommand()
892 sendCommand(command); in recordingConfigurationUpdateCommand()
895 status_t AudioPolicyService::AudioCommandThread::sendCommand(sp<AudioCommand>& command, int delayMs) in sendCommand() function in android::AudioPolicyService::AudioCommandThread