Searched defs:adev_set_voice_volume (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c324 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
401 adev->hw_device.set_voice_volume = adev_set_voice_volume;
/hardware/libhardware/modules/audio/
H A Daudio_hw.c280 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
401 adev->device.set_voice_volume = adev_set_voice_volume;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp425 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
654 ladev->device.set_voice_volume = adev_set_voice_volume;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp631 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function in namespace:android
794 rsxadev->device.set_voice_volume = adev_set_voice_volume;
/hardware/qcom/audio/alsa_sound/
H A Daudio_hw_hal.cpp446 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
725 qadev->device.set_voice_volume = adev_set_voice_volume;

Completed in 36 milliseconds