Searched refs:getMasterVolume (Results 1 – 4 of 4) sorted by relevance
688 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
58 static status_t getMasterVolume(float* volume);
140 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem
524 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) { in android_media_AudioSystem_getMasterVolume()