Home
last modified time | relevance | path

Searched defs:setMasterVolume (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
DIAudioService.aidl53 void setMasterVolume(int index, int flags, String callingPackage); in setMasterVolume() method
DAudioSystem.java545 public static native int setMasterVolume(float value); in setMasterVolume() method in AudioSystem
DAudioService.java1742 public void setMasterVolume(int volume, int flags, String callingPackage) { in setMasterVolume() method in AudioService
1746 public void setMasterVolume(int volume, int flags, String callingPackage, int uid) { in setMasterVolume() method in AudioService
DAudioManager.java1143 public void setMasterVolume(int index, int flags) { in setMasterVolume() method in AudioManager
/frameworks/av/media/libmedia/
DAudioSystem.cpp113 status_t AudioSystem::setMasterVolume(float value) in setMasterVolume() function in android::AudioSystem
DIAudioFlinger.cpp299 virtual status_t setMasterVolume(float value) in setMasterVolume() function in android::BpAudioFlinger
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp723 status_t AudioFlinger::setMasterVolume(float value) in setMasterVolume() function in android::AudioFlinger
DThreads.cpp1568 void AudioFlinger::PlaybackThread::setMasterVolume(float value) in setMasterVolume() function in android::AudioFlinger::PlaybackThread