Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h87 bool recordReadyLocked(const std::string& layerName, TimeRecord* timeRecord);
DTimeStats.cpp109 bool TimeStats::recordReadyLocked(const std::string& layerName, TimeRecord* timeRecord) { in recordReadyLocked() function in android::TimeStats
173 if (!recordReadyLocked(layerName, &timeRecords[0])) break; in flushAvailableRecordsToStatsLocked()