Home
last modified time | relevance | path

Searched refs:setMasterVolume (Results 1 – 13 of 13) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioDumpInterface.h135 virtual status_t setMasterVolume(float volume) in setMasterVolume() function
136 {return mFinalInterface->setMasterVolume(volume);} in setMasterVolume()
DA2dpAudioInterface.h41 virtual status_t setMasterVolume(float volume);
DAudioHardwareStub.h72 virtual status_t setMasterVolume(float volume);
DA2dpAudioInterface.cpp213 status_t A2dpAudioInterface::setMasterVolume(float v) in setMasterVolume() function in android_audio_legacy::A2dpAudioInterface
215 return mHardwareInterface->setMasterVolume(v); in setMasterVolume()
DAudioHardwareGeneric.h113 virtual status_t setMasterVolume(float volume);
DAudioHardwareStub.cpp94 status_t AudioHardwareStub::setMasterVolume(float volume) in setMasterVolume() function in android_audio_legacy::AudioHardwareStub
DAudioHardwareGeneric.cpp147 status_t AudioHardwareGeneric::setMasterVolume(float v) in setMasterVolume() function in android_audio_legacy::AudioHardwareGeneric
Daudio_hw_hal.cpp436 return ladev->hwif->setMasterVolume(volume); in adev_set_master_volume()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.h235 status_t setMasterVolume(float volume);
466 virtual status_t setMasterVolume(float volume);
DALSAMixer.cpp267 status_t ALSAMixer::setMasterVolume(float volume) in setMasterVolume() function in android::ALSAMixer
Daudio_hw_hal.cpp455 return qadev->hwif->setMasterVolume(volume); in adev_set_master_volume()
DAudioHardwareALSA.cpp316 status_t AudioHardwareALSA::setMasterVolume(float volume) in setMasterVolume() function in android_audio_legacy::AudioHardwareALSA
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h224 virtual status_t setMasterVolume(float volume) = 0;