/hardware/interfaces/audio/aidl/default/alsa/ |
D | Mixer.cpp | 115 ndk::ScopedAStatus Mixer::getMasterVolume(float* volume) { in getMasterVolume() 145 ndk::ScopedAStatus Mixer::setMasterVolume(float volume) { in setMasterVolume() 163 [](float volume) -> int { return std::floor(std::clamp(volume, 0.0f, 1.0f) * 100); }); in setVolumes() 200 ndk::ScopedAStatus Mixer::getMixerControlVolume(Control ctl, float* volume) { in getMixerControlVolume() 228 ndk::ScopedAStatus Mixer::setMixerControlVolume(Control ctl, float volume) { in setMixerControlVolume()
|
/hardware/libhardware_legacy/audio/ |
D | AudioDumpInterface.h | 133 virtual status_t setVoiceVolume(float volume) in setVoiceVolume() 135 virtual status_t setMasterVolume(float volume) in setMasterVolume()
|
D | AudioHardwareStub.cpp | 89 status_t AudioHardwareStub::setVoiceVolume(float volume) in setVoiceVolume() 94 status_t AudioHardwareStub::setMasterVolume(float volume) in setMasterVolume()
|
D | AudioHardwareInterface.cpp | 132 status_t AudioHardwareBase::getMasterVolume(float *volume) in getMasterVolume()
|
D | audio_hw_hal.cpp | 427 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume() 433 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume() 439 static int adev_get_master_volume(struct audio_hw_device *dev, float* volume) in adev_get_master_volume()
|
/hardware/qcom/audio/hal/audio_extn/ |
D | hfp.c | 141 int volume, ret = 0; in hfp_set_mic_volume() local 182 int volume, ret = 0; in hfp_get_mic_volume() local
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | PrimaryDevice.cpp | 49 Return<Result> PrimaryDevice::setMasterVolume(float volume) { in setMasterVolume() 201 Return<Result> PrimaryDevice::setVoiceVolume(float volume) { in setVoiceVolume() 332 Return<Result> PrimaryDevice::setBtHfpVolume(float volume) { in setBtHfpVolume()
|
D | Device.cpp | 87 Return<Result> Device::setMasterVolume(float volume) { in setMasterVolume() 101 float volume = 0; in getMasterVolume() local
|
/hardware/interfaces/audio/aidl/default/usb/ |
D | UsbAlsaMixerControl.cpp | 64 ndk::ScopedAStatus UsbAlsaMixerControl::setMasterVolume(float volume) { in setMasterVolume()
|
D | ModuleUsb.cpp | 132 ndk::ScopedAStatus ModuleUsb::onMasterVolumeChanged(float volume) { in onMasterVolumeChanged()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioStreamOutALSA.cpp | 74 float volume; in setVolume() local
|
D | ALSAMixer.cpp | 93 long volume; member 267 status_t ALSAMixer::setMasterVolume(float volume) in setMasterVolume()
|
D | audio_hw_hal.cpp | 446 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume() 452 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume() 458 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) { in adev_get_master_volume() 465 static int adev_set_fm_volume(struct audio_hw_device *dev, float volume) in adev_set_fm_volume()
|
/hardware/qcom/audio/hal/ |
D | voice.h | 62 float volume; member
|
D | voice.c | 407 int voice_set_volume(struct audio_device *adev, float volume) in voice_set_volume()
|
/hardware/google/pixel/fastboot/ |
D | Fastboot_aidl.cpp | 170 enum WipeVolumeStatus wipe_volume(const std::string &volume) { in wipe_volume()
|
D | Fastboot.cpp | 151 enum WipeVolumeStatus wipe_volume(const std::string &volume) { in wipe_volume()
|
/hardware/libhardware/modules/audio/ |
D | audio_hw.c | 431 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume() 437 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume() 443 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) in adev_get_master_volume()
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/ |
D | IModule.aidl | 60 void setMasterVolume(float volume); in setMasterVolume()
|
/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | IModule.aidl | 689 void setMasterVolume(float volume); in setMasterVolume()
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/ |
D | IModule.aidl | 60 void setMasterVolume(float volume); in setMasterVolume()
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/ |
D | IModule.aidl | 60 void setMasterVolume(float volume); in setMasterVolume()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 391 testUnitaryGain([this](float volume) { return getDevice()->setBtHfpVolume(volume); });
|
/hardware/libhardware/modules/audio_remote_submix/ |
D | audio_hw.cpp | 1361 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume() 1368 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume() 1375 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) in adev_get_master_volume()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_mixer.c | 529 int volume = 0; in mixer_ctl_set() local
|