Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h81 void clearLayerRecord(const std::string& layerName);
DTimeStats.cpp391 void TimeStats::clearLayerRecord(const std::string& layerName) { in clearLayerRecord() function in android::TimeStats
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp464 mTimeStats.clearLayerRecord(getName().c_str()); in latchBuffer()