Searched defs:frameVsyncId (Results 1 – 2 of 2) sorted by relevance
129 long frameVsyncId; field in FrameTracker.JankInfo136 static JankInfo createFromHwuiCallback(long frameVsyncId, long totalDurationNanos, in createFromHwuiCallback()142 static JankInfo createFromSurfaceControlCallback(long frameVsyncId, in createFromSurfaceControlCallback()147 private JankInfo(long frameVsyncId, boolean hwuiCallbackFired, in JankInfo()494 private JankInfo findJankInfo(long frameVsyncId) { in findJankInfo()
434 public JankData(long frameVsyncId, @JankType int jankType) { in JankData()439 public final long frameVsyncId; field in SurfaceControl.JankData