HomeSort by relevance Sort by last modified time
    Searched defs:setMasterVolume (Results 1 - 12 of 12) 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 212 status_t A2dpAudioInterface::setMasterVolume(float v)
214 return mHardwareInterface->setMasterVolume(v);
AudioHardwareGeneric.cpp 147 status_t AudioHardwareGeneric::setMasterVolume(float v)
  /device/asus/fugu/libaudio/
AudioHardwareOutput.cpp 166 status_t AudioHardwareOutput::setMasterVolume(float 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/libmedia/
AudioSystem.cpp 121 status_t AudioSystem::setMasterVolume(float value)
125 af->setMasterVolume(value);
    [all...]
IAudioFlinger.cpp 304 virtual status_t setMasterVolume(float value)
    [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java 621 public static native int setMasterVolume(float value);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 729 status_t AudioFlinger::setMasterVolume(float value)
764 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
    [all...]
Threads.cpp     [all...]

Completed in 383 milliseconds