Loading android/app/jni/com_android_bluetooth_a2dp_sink.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
android/app/jni/com_android_bluetooth_a2dp_sink.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading