Searched defs:adev_set_master_volume (Results 1 - 8 of 8) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c319 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
321 ALOGV("adev_set_master_volume: %f", volume);
454 adev->device.set_master_volume = adev_set_master_volume;
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c1111 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
1194 adev->hw_device.set_master_volume = adev_set_master_volume;
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c830 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
934 adev->hw_device.set_master_volume = adev_set_master_volume;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c1012 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
1068 adev->hw_device.set_master_volume = adev_set_master_volume;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp433 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
662 ladev->device.set_master_volume = adev_set_master_volume;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp452 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
730 qadev->device.set_master_volume = adev_set_master_volume;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2591 static int adev_set_master_volume(struct audio_hw_device *dev __unused, float volume __unused) function
3028 adev->device.set_master_volume = adev_set_master_volume;
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c3099 static int adev_set_master_volume(struct audio_hw_device *dev __unused, function
3411 adev->device.set_master_volume = adev_set_master_volume;

Completed in 26 milliseconds