Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 211d9052 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Add use for audio_unique_id_t

Bug: 25641253
Bug: 21019153
Change-Id: I955f7e224a522adc2a68bc1c2cd5d87d9046f1fb
parent bfbf22b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ android_media_AudioSystem_isSourceActive(JNIEnv *env, jobject thiz, jint source)
static jint
android_media_AudioSystem_newAudioSessionId(JNIEnv *env, jobject thiz)
{
    return AudioSystem::newAudioUniqueId();
    return AudioSystem::newAudioUniqueId(AUDIO_UNIQUE_ID_USE_SESSION);
}

static jint