Searched defs:frameVsyncId (Results 1 – 3 of 3) sorted by relevance
129 long frameVsyncId; field in FrameTracker.JankInfo137 static JankInfo createFromHwuiCallback(long frameVsyncId, long totalDurationNanos, in createFromHwuiCallback()143 static JankInfo createFromSurfaceControlCallback(long frameVsyncId, in createFromSurfaceControlCallback()149 private JankInfo(long frameVsyncId, boolean hwuiCallbackFired, in JankInfo()468 private JankInfo findJankInfo(long frameVsyncId) { in findJankInfo()491 long frameVsyncId = in onFrameMetricsAvailable() local
126 JankData(int64_t frameVsyncId, int32_t jankType, nsecs_t frameIntervalNs) in JankData()130 int64_t frameVsyncId; variable
444 public JankData(long frameVsyncId, @JankType int jankType, long frameIntervalNs) { in JankData()451 public final long frameVsyncId; field in SurfaceControl.JankData