Searched refs:adev_set_master_volume (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c285 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
402 adev->device.set_master_volume = adev_set_master_volume;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c329 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
402 adev->hw_device.set_master_volume = adev_set_master_volume;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp636 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function in namespace:android
795 rsxadev->device.set_master_volume = adev_set_master_volume;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp431 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
655 ladev->device.set_master_volume = adev_set_master_volume;
/hardware/qcom/audio/alsa_sound/
H A Daudio_hw_hal.cpp452 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) function
726 qadev->device.set_master_volume = adev_set_master_volume;

Completed in 10 milliseconds