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 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 165 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 113 status_t AudioSystem::setMasterVolume(float value)
117 af->setMasterVolume(value);
    [all...]
IAudioFlinger.cpp 297 virtual status_t setMasterVolume(float value)
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]
AudioSystem.java 545 public static native int setMasterVolume(float value);
AudioService.java     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 723 status_t AudioFlinger::setMasterVolume(float value)
755 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
    [all...]
Threads.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java 629 mAudioManager.setMasterVolume(index, flags);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 752 milliseconds