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

Commit fa564796 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

am: 6d455c5d

Change-Id: Ifca57821dacaeca927c8f7d95f0361e876e5f29d
parents 86c45882 6d455c5d
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);