HomeSort by relevance Sort by last modified time
    Searched defs:setMasterVolume (Results 1 - 16 of 16) sorted by null

  /hardware/libhardware_legacy/audio/
AudioHardwareStub.cpp 94 status_t AudioHardwareStub::setMasterVolume(float volume)
AudioDumpInterface.h 135 virtual status_t setMasterVolume(float volume)
136 {return mFinalInterface->setMasterVolume(volume);}
A2dpAudioInterface.cpp 213 status_t A2dpAudioInterface::setMasterVolume(float v)
215 return mHardwareInterface->setMasterVolume(v);
AudioHardwareGeneric.cpp 147 status_t AudioHardwareGeneric::setMasterVolume(float v)
  /frameworks/av/media/libaudiohal/
DeviceHalHidl.cpp 128 status_t DeviceHalHidl::setMasterVolume(float volume) {
131 return processReturn("setMasterVolume", mPrimaryDevice->setMasterVolume(volume));
DeviceHalLocal.cpp 51 status_t DeviceHalLocal::setMasterVolume(float volume) {
  /device/asus/fugu/libaudio/
AudioHardwareOutput.cpp 166 status_t AudioHardwareOutput::setMasterVolume(float volume)
  /hardware/interfaces/audio/2.0/default/
Device.cpp 91 Return<Result> Device::setMasterVolume(float volume) {
PrimaryDevice.cpp 39 Return<Result> PrimaryDevice::setMasterVolume(float volume) {
40 return mDevice->setMasterVolume(volume);
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp 267 status_t ALSAMixer::setMasterVolume(float volume)
AudioHardwareALSA.cpp 316 status_t AudioHardwareALSA::setMasterVolume(float volume)
    [all...]
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 127 status_t AudioSystem::setMasterVolume(float value)
131 af->setMasterVolume(value);
    [all...]
IAudioFlinger.cpp 315 virtual status_t setMasterVolume(float value)
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 862 status_t AudioFlinger::setMasterVolume(float value)
884 dev->hwDevice()->setMasterVolume(value);
897 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
    [all...]
Threads.cpp     [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java     [all...]

Completed in 1235 milliseconds