Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 25 of 35) sorted by relevance

12

/hardware/interfaces/audio/aidl/default/alsa/
DMixer.cpp115 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/
DAudioDumpInterface.h133 virtual status_t setVoiceVolume(float volume) in setVoiceVolume()
135 virtual status_t setMasterVolume(float volume) in setMasterVolume()
DAudioHardwareStub.cpp89 status_t AudioHardwareStub::setVoiceVolume(float volume) in setVoiceVolume()
94 status_t AudioHardwareStub::setMasterVolume(float volume) in setMasterVolume()
DAudioHardwareInterface.cpp132 status_t AudioHardwareBase::getMasterVolume(float *volume) in getMasterVolume()
Daudio_hw_hal.cpp427 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/
Dhfp.c141 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/
DPrimaryDevice.cpp49 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()
DDevice.cpp87 Return<Result> Device::setMasterVolume(float volume) { in setMasterVolume()
101 float volume = 0; in getMasterVolume() local
/hardware/interfaces/audio/aidl/default/usb/
DUsbAlsaMixerControl.cpp64 ndk::ScopedAStatus UsbAlsaMixerControl::setMasterVolume(float volume) { in setMasterVolume()
DModuleUsb.cpp132 ndk::ScopedAStatus ModuleUsb::onMasterVolumeChanged(float volume) { in onMasterVolumeChanged()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp74 float volume; in setVolume() local
DALSAMixer.cpp93 long volume; member
267 status_t ALSAMixer::setMasterVolume(float volume) in setMasterVolume()
Daudio_hw_hal.cpp446 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/
Dvoice.h62 float volume; member
Dvoice.c407 int voice_set_volume(struct audio_device *adev, float volume) in voice_set_volume()
/hardware/google/pixel/fastboot/
DFastboot_aidl.cpp170 enum WipeVolumeStatus wipe_volume(const std::string &volume) { in wipe_volume()
DFastboot.cpp151 enum WipeVolumeStatus wipe_volume(const std::string &volume) { in wipe_volume()
/hardware/libhardware/modules/audio/
Daudio_hw.c431 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/
DIModule.aidl60 void setMasterVolume(float volume); in setMasterVolume()
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl689 void setMasterVolume(float volume); in setMasterVolume()
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl60 void setMasterVolume(float volume); in setMasterVolume()
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl60 void setMasterVolume(float volume); in setMasterVolume()
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp391 testUnitaryGain([this](float volume) { return getDevice()->setBtHfpVolume(volume); });
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1361 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/
Dalsa_mixer.c529 int volume = 0; in mixer_ctl_set() local

12