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

Commit 6d455c5d authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

Merge "Move two audio APIs back the the greylist." into qt-dev

am: 811c8a06

Change-Id: Idb532fdaacf1ba0cf129d0113ae35dfc07366c29
parents ea5eebce 811c8a06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -990,9 +990,9 @@ public class AudioSystem
    public static native int setMasterBalance(float balance);

    // helpers for android.media.AudioManager.getProperty(), see description there for meaning
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 112561552)
    @UnsupportedAppUsage(trackingBug = 134049522)
    public static native int getPrimaryOutputSamplingRate();
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 112561552)
    @UnsupportedAppUsage(trackingBug = 134049522)
    public static native int getPrimaryOutputFrameCount();
    @UnsupportedAppUsage
    public static native int getOutputLatency(int stream);