Searched refs:nSurfaceControl_create (Results 1 – 4 of 4) sorted by relevance
23 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_create;260 mNativeSurfaceControl = nSurfaceControl_create( in attachEmbeddedASurfaceControl()
145 public static native long nSurfaceControl_create(long surfaceControl); in nSurfaceControl_create() method in ASurfaceControlTestUtils
28 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_create;414 mEmbeddedSc = nSurfaceControl_create( in setup()
25 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_create;204 long childSurfaceControl = nSurfaceControl_create(parentSurfaceControl); in create()