Lines Matching refs:sendCommand
1392 return sendCommand(command, delayMs); in volumeCommand()
1408 return sendCommand(command, delayMs); in parametersCommand()
1420 return sendCommand(command, delayMs); in voiceVolumeCommand()
1436 sendCommand(command); in setEffectSuspendedCommand()
1448 sendCommand(command); in stopOutputCommand()
1459 sendCommand(command); in releaseOutputCommand()
1477 status = sendCommand(command, delayMs); in createAudioPatchCommand()
1494 return sendCommand(command, delayMs); in releaseAudioPatchCommand()
1502 sendCommand(command); in updateAudioPortListCommand()
1510 sendCommand(command); in updateAudioPatchListCommand()
1523 sendCommand(command); in changeAudioVolumeGroupCommand()
1536 return sendCommand(command, delayMs); in setAudioPortConfigCommand()
1550 sendCommand(command); in dynamicPolicyMixStateUpdateCommand()
1577 sendCommand(command); in recordingConfigurationUpdateCommand()
1584 sendCommand(command); in audioModulesUpdateCommand()
1587 status_t AudioPolicyService::AudioCommandThread::sendCommand(sp<AudioCommand>& command, int delayMs) in sendCommand() function in android::AudioPolicyService::AudioCommandThread