Merge "Fix android_media_AudioSystem_getMasterMute return type."

This commit is contained in:
Vladimir Marko
2014-10-29 21:52:02 +00:00
committed by Gerrit Code Review

View File

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