Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DLayersTraceSubject.java123 public LayersTraceSubject hasVisibleRegion(String layerName, Rect size) { in hasVisibleRegion()
129 public LayersTraceSubject showsLayer(String layerName) { in showsLayer()
135 public LayersTraceSubject hidesLayer(String layerName) { in hidesLayer()
DLayersTrace.java227 Result hasVisibleRegion(String layerName, Rect expectedVisibleRegion) { in hasVisibleRegion()
255 Result isVisible(String layerName) { in isVisible()
297 Rect getVisibleBounds(String layerName) { in getVisibleBounds()
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp132 std::string layerName = "LFPS " + layerInfo->getName(); in getDesiredRefreshRateAndHDR() local
162 std::string layerName = "LFPS " + it->second->getName(); in removeIrrelevantLayers() local
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp155 static std::string getPackageName(const std::string& layerName) { in getPackageName()
176 const std::string& layerName = layerRecord.layerName; in flushAvailableRecordsToStatsLocked() local
252 static bool layerNameIsValid(const std::string& layerName) { in layerNameIsValid()
256 void TimeStats::setPostTime(int32_t layerID, uint64_t frameNumber, const std::string& layerName, in setPostTime()
DTimeStats.h91 std::string layerName; member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4666 void SurfaceFlinger::recordBufferingStats(const char* layerName, in recordBufferingStats()