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

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

Completed in 319 milliseconds