Lines Matching refs:volume
729 ALOGV("AudioCommandThread() processing set volume stream %d, \
730 volume %f, output %d", data->mStream, data->mVolume, data->mIO);
753 ALOGV("AudioCommandThread() processing set voice volume volume %f",
871 float volume,
881 data->mVolume = volume;
886 ALOGV("AudioCommandThread() adding set volume stream %d, volume %f, output %d",
887 stream, volume, output);
922 status_t AudioPolicyService::AudioCommandThread::voiceVolumeCommand(float volume, int delayMs)
929 data->mVolume = volume;
933 ALOGV("AudioCommandThread() adding set voice volume volume %f", volume);
1034 ALOGV("Filtering out volume command on output %d for stream %d",
1106 float volume,
1110 return (int)mAudioCommandThread->volumeCommand(stream, volume,
1133 int AudioPolicyService::setVoiceVolume(float volume, int delayMs)
1135 return (int)mAudioCommandThread->voiceVolumeCommand(volume, delayMs);
1619 float volume, audio_io_handle_t output,
1624 return audioPolicyService->setStreamVolume(stream, volume, output,
1643 static int aps_set_voice_volume(void *service, float volume, int delay_ms)
1647 return audioPolicyService->setVoiceVolume(volume, delay_ms);