Searched refs:animationEndLatency (Results 1 – 12 of 12) sorted by relevance
64 checkPointData.animationEndLatency = appEvtData.animationEndLatency; in ConvertAppEvtDataToCheckPointData()96 reportEvent.animationEndLatency = metrics.animationEndLatency; in ConvertMetricToReportEvent()
55 appEvtData.animationEndLatency = evt.animationEndLatency; in ConvertXperfEvtToAppEvtData()
50 uint64_t animationEndLatency{0};79 uint64_t animationEndLatency{0}; //form animation_start to animation_end
42 uint64_t animationEndLatency{0};
51 uint64_t animationEndLatency{0};
192 point.animationEndLatency = data.animationEndLatency; in ConvertToInteractionCompleted()
330 appStartMetrics.animationEndLatency = record.interactionCompleted.animationEndLatency; in CalcLatency()
69 data.animationLatency = event.animationEndLatency; in ConvertReportEventToData()
167 uint64_t animationEndLatency{0};
120 uint64_t animationEndLatency{0};
267 evt.animationEndLatency = evt.animationLatency; in ConvertToXperfEvent()
492 int64_t animationEndLatency = endVsyncTime - beginVsyncTime; in ReportEventComplete() local497 info, inputTime, animationStartLatency, animationEndLatency, completedLatency]() { in ReportEventComplete()506 …static_cast<uint64_t>(animationEndLatency), "E2E_LATENCY", static_cast<uint64_t>(completedLatency)… in ReportEventComplete()