Searched refs:nSurfaceControl_release (Results 1 – 5 of 5) sorted by relevance
22 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_release;168 nSurfaceControl_release(surfaceControl); in surfaceDestroyed()
30 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_release;441 nSurfaceControl_release(mEmbeddedSc); in setup()
28 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_release;185 nSurfaceControl_release(surfaceControl); in surfaceDestroyed()380 nSurfaceControl_release(childSurfaceControl); in testSurfaceControl_fromJava()416 nSurfaceControl_release(surfaceControl); in testSurfaceControl_acquire()
25 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_release;316 nSurfaceControl_release(mNativeSurfaceControl); in tearDownEmbeddedASurfaceControl()
147 public static native void nSurfaceControl_release(long surfaceControl); in nSurfaceControl_release() method in ASurfaceControlTestUtils