Merge "Move two audio APIs back the the greylist." into qt-dev am: 811c8a06e0 am: 6d455c5d16

am: fa564796da

Change-Id: I91e40dba2b553a7fa2e039d53ced6547a03296fb
This commit is contained in:
Mathew Inwood
2019-05-31 16:08:01 -07:00
committed by android-build-merger

View File

@@ -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);