Home
last modified time | relevance | path

Searched defs:hasPresentTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DFrameMetricsReporterTests.cpp49 bool hasPresentTime = false; in TEST() local
69 bool hasPresentTime = false; in TEST() local
90 bool hasPresentTime = true; in TEST() local
111 bool hasPresentTime = false; in TEST() local
143 bool hasPresentTime = false; in TEST() local
170 bool hasPresentTime = false; in TEST() local
192 bool hasPresentTime = false; in TEST() local
/frameworks/base/libs/hwui/
DFrameMetricsReporter.cpp24 void FrameMetricsReporter::reportFrameMetrics(const FrameInfoBuffer& stats, bool hasPresentTime, in reportFrameMetrics()