Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/audio/
DAudioDumpInterface.h133 virtual status_t setVoiceVolume(float volume) in setVoiceVolume()
135 virtual status_t setMasterVolume(float volume) in setMasterVolume()
DAudioPolicyCompatClient.cpp123 float volume, in setStreamVolume()
144 status_t AudioPolicyCompatClient::setVoiceVolume(float volume, int delayMs) in setVoiceVolume()
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.cpp425 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume()
431 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume()
437 static int adev_get_master_volume(struct audio_hw_device *dev, float* volume) in adev_get_master_volume()
DAudioPolicyManagerBase.cpp2996 float volume = 1.0; in computeVolume() local
3078 float volume = computeVolume(stream, index, output, device); in checkAndSetVolume() local
/hardware/libhardware/modules/audio/
Daudio_hw.c280 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume()
285 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume()
290 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) in adev_get_master_volume()
/hardware/qcom/audio/legacy/alsa_sound/
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()
DAudioStreamOutALSA.cpp74 float volume; in setVolume() local
DAudioHardwareALSA.cpp316 status_t AudioHardwareALSA::setMasterVolume(float volume) in setMasterVolume()
/hardware/qcom/audio/hal/
Daudio_hw.c1386 int volume[2]; in out_set_volume() local
2134 static int set_voice_volume_l(struct audio_device *adev, float volume) in set_voice_volume_l()
2157 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume()
2169 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume()
2175 float *volume) in adev_get_master_volume()
/hardware/libhardware/modules/usbaudio/
Daudio_hw.c324 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume()
329 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c230 static int set_volume_values(int type, int volume, int* values) in set_volume_values()
445 int platform_set_voice_volume(void *platform, int volume) in platform_set_voice_volume()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp625 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume()
630 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume()
635 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
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
DIFmRadio.aidl60 boolean rxSetVolume(int volume); in rxSetVolume()
DFmRadio.java807 public boolean rxSetVolume(int volume) { in rxSetVolume()
/hardware/qcom/msm8x74/kernel-headers/linux/
Dmsm_audio.h242 uint32_t volume; member
250 uint32_t volume; member
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dmsm_audio.h253 uint32_t volume; member
261 uint32_t volume; member
/hardware/qcom/audio/hal/msm8960/
Dplatform.c516 int platform_set_voice_volume(void *platform, int volume) in platform_set_voice_volume()
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DFmRxApp.java2546 void getNewGain(int volume) { in getNewGain()
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_audio.h219 uint32_t volume; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_audio.h230 uint32_t volume; member
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
DStubFmService.java1769 public boolean rxSetVolume(int volume) { in rxSetVolume()