Searched refs:setMasterVolume (Results 1 - 15 of 15) 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.h111 virtual status_t setMasterVolume(float volume);
H A DAudioHardwareStub.h70 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.cpp346 return ladev->hwif->setMasterVolume(volume);
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h210 virtual status_t setMasterVolume(float volume) = 0;
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.h60 virtual status_t setMasterVolume(float volume);
H A DAudioHardware.cpp153 status_t AudioHardware::setMasterVolume(float v) function in class:android::AudioHardware
/hardware/msm7k/libaudio/
H A DAudioHardware.h111 virtual status_t setMasterVolume(float volume);
H A DAudioHardware.cpp418 status_t AudioHardware::setMasterVolume(float v) function in class:android::AudioHardware
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.h176 virtual status_t setMasterVolume(float volume);
H A DAudioHardware.cpp636 status_t AudioHardware::setMasterVolume(float v) function in class:android::AudioHardware

Completed in 87 milliseconds