Lines Matching refs:sendCommand
1946 return sendCommand(command, delayMs); in volumeCommand()
1962 return sendCommand(command, delayMs); in parametersCommand()
1974 return sendCommand(command, delayMs); in voiceVolumeCommand()
1990 sendCommand(command); in setEffectSuspendedCommand()
2002 sendCommand(command); in stopOutputCommand()
2013 sendCommand(command); in releaseOutputCommand()
2031 status = sendCommand(command, delayMs); in createAudioPatchCommand()
2048 return sendCommand(command, delayMs); in releaseAudioPatchCommand()
2056 sendCommand(command); in updateAudioPortListCommand()
2064 sendCommand(command); in updateUidStatesCommand()
2072 sendCommand(command); in updateAudioPatchListCommand()
2085 sendCommand(command); in changeAudioVolumeGroupCommand()
2098 return sendCommand(command, delayMs); in setAudioPortConfigCommand()
2112 sendCommand(command); in dynamicPolicyMixStateUpdateCommand()
2139 sendCommand(command); in recordingConfigurationUpdateCommand()
2146 sendCommand(command); in audioModulesUpdateCommand()
2154 sendCommand(command); in routingChangedCommand()
2162 sendCommand(command); in checkSpatializerCommand()
2165 status_t AudioPolicyService::AudioCommandThread::sendCommand(sp<AudioCommand>& command, int delayMs) in sendCommand() function in android::AudioPolicyService::AudioCommandThread