Home
last modified time | relevance | path

Searched refs:get_master_volume (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp90 if (mDevice->get_master_volume != NULL) { in getMasterVolume()
91 retval = analyzeStatus("get_master_volume", mDevice->get_master_volume(mDevice, &volume)); in getMasterVolume()
/hardware/libhardware/include/hardware/
Daudio.h698 int (*get_master_volume)(struct audio_hw_device *dev, float *volume); member
/hardware/libhardware/modules/audio/
Daudio_hw.c591 adev->device.get_master_volume = adev_get_master_volume; in adev_open()
/hardware/libhardware_legacy/audio/
Daudio_hw_hal.cpp663 ladev->device.get_master_volume = adev_get_master_volume; in legacy_adev_open()
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp731 qadev->device.get_master_volume = adev_get_master_volume; in qcom_adev_open()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1754 rsxadev->device.get_master_volume = adev_get_master_volume; in audio_config_compare()
/hardware/qcom/audio/hal/
Daudio_hw.c6463 adev->device.get_master_volume = adev_get_master_volume; in adev_open()