Merge "Derestrict mSurfaceTexture, mProducer."

This commit is contained in:
Mathew Inwood
2021-01-07 09:47:42 +00:00
committed by Gerrit Code Review

View File

@@ -76,9 +76,9 @@ public class SurfaceTexture {
/** /**
* These fields are used by native code, do not access or modify. * These fields are used by native code, do not access or modify.
*/ */
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553) @UnsupportedAppUsage(trackingBug = 176388660)
private long mSurfaceTexture; private long mSurfaceTexture;
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553) @UnsupportedAppUsage(trackingBug = 176388660)
private long mProducer; private long mProducer;
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553) @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
private long mFrameAvailableListener; private long mFrameAvailableListener;