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

Commit a3a02a1d authored by Sanket Agarwal's avatar Sanket Agarwal Committed by android-build-merger
Browse files

Merge "Handle all kinds of focuses and make fault tolerant to phone calls." am: 458b8c16

am: 8750e2c6

Change-Id: I0299add2503ba7e98ac6ebbf80c03a173fd93066
parents 0d53a5ea 8750e2c6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -209,6 +209,7 @@ static void informAudioFocusStateNative(JNIEnv *env, jobject object, jint focus_
    if (!sBluetoothA2dpInterface) return;

    sBluetoothA2dpInterface->set_audio_focus_state((uint8_t) focus_state);

}

static void informAudioTrackGainNative(JNIEnv *env, jobject object, jfloat gain) {