Searched refs:nSurfaceControl_fromJava (Results 1 – 4 of 4) sorted by relevance
24 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_fromJava;261 nSurfaceControl_fromJava(parentSc)); in attachEmbeddedASurfaceControl()
158 public static native long nSurfaceControl_fromJava( in nSurfaceControl_fromJava() method in ASurfaceControlTestUtils
28 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_fromJava;406 final long childSurfaceControl = nSurfaceControl_fromJava(control); in testSurfaceControl_fromJava()2892 final long surfaceControl = nSurfaceControl_fromJava(control); in testBufferRelease()2939 final long surfaceControl = nSurfaceControl_fromJava(control); in testBufferReleaseOnSetBuffer()2994 final long surfaceControl = nSurfaceControl_fromJava(control); in testBufferReleaseOnTransactionMerge()3072 final long surfaceControl = nSurfaceControl_fromJava(control); in testOnCommit_ASurfaceTransactionStats()3122 final long surfaceControl = nSurfaceControl_fromJava(control); in testOnComplete_ASurfaceTransactionStats()
29 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_fromJava;417 nSurfaceControl_fromJava(surfaceView.getSurfaceControl())); in setup()