Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/cts/util/
DEmbeddedSCVHService.java23 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_create;
260 mNativeSurfaceControl = nSurfaceControl_create( in attachEmbeddedASurfaceControl()
DASurfaceControlTestUtils.java145 public static native long nSurfaceControl_create(long surfaceControl); in nSurfaceControl_create() method in ASurfaceControlTestUtils
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlInputReceiverTest.java28 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_create;
414 mEmbeddedSc = nSurfaceControl_create( in setup()
DASurfaceControlTest.java25 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_create;
204 long childSurfaceControl = nSurfaceControl_create(parentSurfaceControl); in create()