Home
last modified time | relevance | path

Searched refs:nSurfaceControl_createFromWindow (Results 1 – 3 of 3) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlBackPressureTest.java21 import static android.view.cts.util.ASurfaceControlTestUtils.nSurfaceControl_createFromWindow;
185 long surfaceControl = nSurfaceControl_createFromWindow(surface); in createFromWindow()
DASurfaceControlTest.java26 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()
/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlTestUtils.java144 public static native long nSurfaceControl_createFromWindow(Surface surface); in nSurfaceControl_createFromWindow() method in ASurfaceControlTestUtils