Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DFrameMetricsReporterTests.cpp48 bool hasPresentTime = false; in TEST() local
68 bool hasPresentTime = false; in TEST() local
89 bool hasPresentTime = true; in TEST() local
110 bool hasPresentTime = false; in TEST() local
142 bool hasPresentTime = false; in TEST() local
169 bool hasPresentTime = false; in TEST() local
191 bool hasPresentTime = false; in TEST() local
/aosp14/frameworks/base/libs/hwui/
H A DFrameMetricsReporter.cpp22 void FrameMetricsReporter::reportFrameMetrics(const int64_t* stats, bool hasPresentTime, in reportFrameMetrics()