Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DLatencyAggregator.cpp157 const nsecs_t gpuCompleteToPresent = presentTime - gpuCompletedTime; in processStatistics() local
164 sketches[SketchIndex::GPU_COMPLETE_TO_PRESENT]->Add(ns2hus(gpuCompleteToPresent)); in processStatistics()
241 const nsecs_t gpuCompleteToPresent = presentTime - gpuCompletedTime; in processSlowEvent() local
249 static_cast<int32_t>(ns2us(gpuCompleteToPresent)), in processSlowEvent()