Searched refs:nSurfaceControl_create (Results 1 – 2 of 2) sorted by relevance
125 public static native long nSurfaceControl_create(long surfaceControl); in nSurfaceControl_create() method in ASurfaceControlTestUtils
24 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_create;156 long childSurfaceControl = nSurfaceControl_create(parentSurfaceControl); in create()