HomeSort by relevance Sort by last modified time
    Searched defs:setMasterVolume (Results 1 - 14 of 14) 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)
  /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 100 status_t AudioSystem::setMasterVolume(float value)
104 af->setMasterVolume(value);
IAudioFlinger.cpp 243 virtual status_t setMasterVolume(float value)
830 reply->writeInt32( setMasterVolume(data.readFloat()) );
    [all...]
  /frameworks/base/media/java/android/media/
AudioSystem.java 393 public static native int setMasterVolume(float value);
AudioManager.java 829 service.setMasterVolume(index, flags, mContext.getOpPackageName());
894 public void setMasterVolume(int index, int flags) {
897 service.setMasterVolume(index, flags, mContext.getOpPackageName());
899 Log.e(TAG, "Dead object in setMasterVolume", e);
    [all...]
AudioService.java 729 AudioSystem.setMasterVolume(1.0f);
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 616 status_t AudioFlinger::setMasterVolume(float value)
648 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
    [all...]
Threads.cpp     [all...]
  /frameworks/base/core/java/android/view/
VolumePanel.java 395 mAudioManager.setMasterVolume(index, flags);
    [all...]

Completed in 522 milliseconds