Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h167 bool hasInterestingData() const { in hasInterestingData() function
DTimeStats.cpp337 if (!mEnabled.load() || !record.hasInterestingData()) { in pushCompositionStrategyState()