Merge "Derestrict mSurfaceTexture, mProducer." am: 8e6ce38bde am: c1dbf374d0
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1541665 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie3321c80292eada053fa4ef3319d9d3555fee3e6
This commit is contained in:
@@ -76,9 +76,9 @@ public class SurfaceTexture {
|
||||
/**
|
||||
* 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;
|
||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
|
||||
@UnsupportedAppUsage(trackingBug = 176388660)
|
||||
private long mProducer;
|
||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
|
||||
private long mFrameAvailableListener;
|
||||
|
||||
Reference in New Issue
Block a user