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

/frameworks/base/media/java/android/media/
H A DIAudioService.aidl65 int getMasterVolume();
H A DAudioSystem.java388 public static native float getMasterVolume(); method in class:AudioSystem
H A DAudioManager.java704 return service.getMasterVolume();
815 public int getMasterVolume() { method in class:AudioManager
818 return service.getMasterVolume();
820 Log.e(TAG, "Dead object in getMasterVolume", e);
847 * @see #getMasterVolume(int)
H A DAudioService.java895 int volume = Math.round(AudioSystem.getMasterVolume() * MAX_MASTER_VOLUME);
1205 public int getMasterVolume() { method in class:AudioService
1222 int oldVolume = getMasterVolume();
1225 int newVolume = getMasterVolume();
1255 return Math.round(AudioSystem.getMasterVolume() * MAX_MASTER_VOLUME);
/frameworks/av/include/media/
H A DAudioSystem.h51 static status_t getMasterVolume(float* volume);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp225 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
283 {"getMasterVolume", "()F", (void *)android_media_AudioSystem_getMasterVolume},
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp107 status_t AudioSystem::getMasterVolume(float* volume) function in class:android::AudioSystem
/frameworks/base/core/java/android/view/
H A DVolumePanel.java370 return mAudioManager.getMasterVolume();

Completed in 612 milliseconds