Searched defs:setMasterVolume (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DAudioManager.java1021 service.setMasterVolume(index, flags, mContext.getOpPackageName());
1086 public void setMasterVolume(int index, int flags) { method in class:AudioManager
1089 service.setMasterVolume(index, flags, mContext.getOpPackageName());
1091 Log.e(TAG, "Dead object in setMasterVolume", e);
H A DAudioService.java888 AudioSystem.setMasterVolume(1.0f);
1140 setMasterVolume(volume, flags, callingPackage);
1650 public void setMasterVolume(int volume, int flags, String callingPackage) { method in class:AudioService
1672 AudioSystem.setMasterVolume(volume);
1823 AudioSystem.setMasterVolume(1.0f);
1830 AudioSystem.setMasterVolume(volume);
H A DAudioSystem.java473 public static native int setMasterVolume(float value); method in class:AudioSystem
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp103 status_t AudioSystem::setMasterVolume(float value) function in class:android::AudioSystem
107 af->setMasterVolume(value);
H A DIAudioFlinger.cpp297 virtual status_t setMasterVolume(float value) function in class:android::BpAudioFlinger
996 reply->writeInt32( setMasterVolume(data.readFloat()) );
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp722 status_t AudioFlinger::setMasterVolume(float value) function in class:android::AudioFlinger
754 mPlaybackThreads.valueAt(i)->setMasterVolume(value);
H A DThreads.cpp1570 void AudioFlinger::PlaybackThread::setMasterVolume(float value) function in class:android::AudioFlinger::PlaybackThread

Completed in 184 milliseconds