Home
last modified time | relevance | path

Searched defs:layerName (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTracerTest.cpp88 const std::string layerName = "co.layername#0"; in TEST_F() local
109 const std::string layerName = "co.layername#0"; in TEST_F() local
133 const std::string layerName = "co.layername#0"; in TEST_F() local
197 const std::string layerName = "co.layername#0"; in TEST_F() local
260 const std::string layerName = "co.layername#0"; in TEST_F() local
315 const std::string layerName = "co.layername#0"; in TEST_F() local
340 const std::string layerName = "co.layername#0"; in TEST_F() local
/frameworks/native/services/surfaceflinger/FrameTracer/
DFrameTracer.cpp53 void FrameTracer::traceNewLayer(int32_t layerId, const std::string& layerName) { in traceNewLayer()
150 const std::string& layerName = mTraceTracker[layerId].layerName; in traceLocked() local
DFrameTracer.h84 std::string layerName; member
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp400 const std::string& layerName = layerRecord.layerName; in flushAvailableRecordsToStatsLocked() local
460 static bool layerNameIsValid(const std::string& layerName) { in layerNameIsValid()
465 void TimeStats::setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName, in setPostTime()
DTimeStats.h145 std::string layerName; member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4483 void SurfaceFlinger::recordBufferingStats(const std::string& layerName, in recordBufferingStats()