Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DLatencyAggregator.cpp33 static inline int64_t ns2hus(nsecs_t nanos) { in ns2hus() function
141 sketches[SketchIndex::EVENT_TO_READ]->Add(ns2hus(eventToRead)); in processStatistics()
161 sketches[SketchIndex::READ_TO_DELIVER]->Add(ns2hus(readToDeliver)); in processStatistics()
162 sketches[SketchIndex::DELIVER_TO_CONSUME]->Add(ns2hus(deliverToConsume)); in processStatistics()
163 sketches[SketchIndex::CONSUME_TO_FINISH]->Add(ns2hus(consumeToFinish)); in processStatistics()
164 sketches[SketchIndex::CONSUME_TO_GPU_COMPLETE]->Add(ns2hus(consumeToGpuComplete)); in processStatistics()
165 sketches[SketchIndex::GPU_COMPLETE_TO_PRESENT]->Add(ns2hus(gpuCompleteToPresent)); in processStatistics()
166 sketches[SketchIndex::END_TO_END]->Add(ns2hus(endToEnd)); in processStatistics()