Merge "Fix android_media_AudioSystem_getMasterMute return type." into lmp-mr1-dev

This commit is contained in:
Vladimir Marko
2014-10-29 21:12:07 +00:00
committed by Android (Google) Code Review

View File

@@ -390,7 +390,7 @@ android_media_AudioSystem_setMasterMute(JNIEnv *env, jobject thiz, jboolean mute
return (jint) check_AudioSystem_Command(AudioSystem::setMasterMute(mute));
}
static jfloat
static jboolean
android_media_AudioSystem_getMasterMute(JNIEnv *env, jobject thiz)
{
bool mute;