Home
last modified time | relevance | path

Searched refs:nSurfaceControl_fromJava (Results 1 – 4 of 4) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/cts/util/
DEmbeddedSCVHService.java24 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_fromJava;
261 nSurfaceControl_fromJava(parentSc)); in attachEmbeddedASurfaceControl()
DASurfaceControlTestUtils.java148 public static native long nSurfaceControl_fromJava( in nSurfaceControl_fromJava() method in ASurfaceControlTestUtils
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlInputReceiverTest.java29 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_fromJava;
415 nSurfaceControl_fromJava(surfaceView.getSurfaceControl())); in setup()
DASurfaceControlTest.java27 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_fromJava;
361 final long childSurfaceControl = nSurfaceControl_fromJava(control); in testSurfaceControl_fromJava()