Searched refs:nSurfaceControl_createFromWindow (Results 1 – 3 of 3) sorted by relevance
21 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_createFromWindow;185 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow()
26 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_createFromWindow;196 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow()1970 long surfaceControl = nSurfaceControl_createFromWindow(holder.getSurface()); in verifySetFrameTimeline()
144 public static native long nSurfaceControl_createFromWindow(Surface surface); in nSurfaceControl_createFromWindow() method in ASurfaceControlTestUtils