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

Commit 71214c2d authored by Charles Chen's avatar Charles Chen Committed by Android (Google) Code Review
Browse files

Merge "Passing AudioFlinger to VisualQueryDetectionService"

parents e295565f 346357bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ import android.content.ContentCaptureOptions;
import android.content.Intent;
import android.hardware.soundtrigger.SoundTrigger;
import android.media.AudioFormat;
import android.media.AudioSystem;
import android.os.IBinder;
import android.os.IRemoteCallback;
import android.os.ParcelFileDescriptor;
@@ -129,7 +130,7 @@ public abstract class VisualQueryDetectionService extends Service

        @Override
        public void updateAudioFlinger(IBinder audioFlinger) {
            Log.v(TAG, "Ignore #updateAudioFlinger");
            AudioSystem.setAudioFlingerBinder(audioFlinger);
        }

        @Override