HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceFlingerHelper (Results 1 - 4 of 4) sorted by null

  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/opengl/
CtsDeviceJankOpenGl.java 20 import com.android.uiautomator.platform.SurfaceFlingerHelper;
90 SurfaceFlingerHelper.clearBuffer(APP_WINDOW_NAME);
97 boolean result = SurfaceFlingerHelper.dumpFrameLatency(APP_WINDOW_NAME, true);
98 assertTrue("SurfaceFlingerHelper could not get timestamps", result);
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ui/
CtsDeviceJankUi.java 23 import com.android.uiautomator.platform.SurfaceFlingerHelper;
66 SurfaceFlingerHelper.clearBuffer(APP_WINDOW_NAME);
72 boolean result = SurfaceFlingerHelper.dumpFrameLatency(APP_WINDOW_NAME, true);
73 assertTrue("SurfaceFlingerHelper could not get timestamps", result);
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 283 int receivedDataSize = SurfaceFlingerHelper.getDataSampleSize();
293 long refreshPeriod = SurfaceFlingerHelper.getRefreshPeriod();
311 fw.write(SurfaceFlingerHelper.getFrameBufferData());
327 int jankinessCount = SurfaceFlingerHelper.getVsyncJankiness();
329 double frameRate = SurfaceFlingerHelper.getFrameRate();
331 int maxDeltaVsync = SurfaceFlingerHelper.getMaxDeltaVsync();
349 SurfaceFlingerHelper.printData(testCaseName, iteration);
SurfaceFlingerHelper.java 36 public class SurfaceFlingerHelper {
37 private static String TAG = "SurfaceFlingerHelper";

Completed in 3148 milliseconds