Searched refs:getMasterVolume (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl69 int getMasterVolume();
H A DAudioSystem.java546 public static native float getMasterVolume(); method in class:AudioSystem
H A DAudioManager.java992 return service.getMasterVolume();
1108 public int getMasterVolume() { method in class:AudioManager
1111 return service.getMasterVolume();
1113 Log.e(TAG, "Dead object in getMasterVolume", e);
1140 * @see #getMasterVolume()
H A DAudioService.java1183 int volume = Math.round(AudioSystem.getMasterVolume() * MAX_MASTER_VOLUME);
1736 public int getMasterVolume() { method in class:AudioService
1767 int oldVolume = getMasterVolume();
1770 int newVolume = getMasterVolume();
1801 return Math.round(AudioSystem.getMasterVolume() * MAX_MASTER_VOLUME);
/frameworks/av/include/media/
H A DAudioSystem.h51 static status_t getMasterVolume(float* volume);
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp129 status_t AudioSystem::getMasterVolume(float* volume) function in class:android::AudioSystem
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp424 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
1505 {"getMasterVolume", "()F", (void *)android_media_AudioSystem_getMasterVolume},
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java605 return mAudioManager.getMasterVolume();

Completed in 129 milliseconds