Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTracerTest.cpp105 const std::string layerName = "co.layername#0"; in TEST_F() local
126 const std::string layerName = "co.layername#0"; in TEST_F() local
150 const std::string layerName = "co.layername#0"; in TEST_F() local
203 const std::string layerName = "co.layername#0"; in TEST_F() local
258 const std::string layerName = "co.layername#0"; in TEST_F() local
306 const std::string layerName = "co.layername#0"; in TEST_F() local
329 const std::string layerName = "co.layername#0"; in TEST_F() local
H A DFrameTimelineTest.cpp867 std::string layerName) { in createProtoExpectedSurfaceFrameStart()
878 int64_t cookie, int64_t token, int64_t displayFrameToken, pid_t pid, std::string layerName, in createProtoActualSurfaceFrameStart()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DAnimationDynamicColorsHelper.java74 void setLayerColor(String layerName, @ColorRes int targetColorRes); in setLayerColor()
143 ColorItem(int colorRes, String layerName) { in ColorItem()
H A DLottieAnimationWrapper.java63 public void setLayerColor(String layerName, @ColorRes int targetColorRes) { in setLayerColor()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DExitPipToAppTransition.kt122 val layerName = pipApp.component.toLayerName() regex
H A DMovePipShelfHeightTransition.kt108 val layerName = pipApp.component.toLayerName() regex
H A DEnterPipTest.kt120 val layerName = pipApp.component.toLayerName() regex
H A DExpandPipOnDoubleClickTest.kt117 val layerName = pipApp.component.toLayerName() regex
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DAnimationDynamicColorsHelperTest.java111 public void setLayerColor(String layerName, int targetColorRes) { in createAnimationWrapper()
/aosp12/frameworks/native/services/surfaceflinger/FrameTracer/
H A DFrameTracer.cpp52 void FrameTracer::traceNewLayer(int32_t layerId, const std::string& layerName) { in traceNewLayer()
149 const std::string& layerName = mTraceTracker[layerId].layerName; in traceLocked() local
H A DFrameTracer.h84 std::string layerName; member
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.h125 std::string layerName; member
194 std::string layerName; member
H A DTimeStats.cpp476 const std::string& layerName = layerRecord.layerName; in flushAvailableRecordsToStatsLocked() local
551 static bool layerNameIsValid(const std::string& layerName) { in layerNameIsValid()
556 bool TimeStats::canAddNewAggregatedStats(uid_t uid, const std::string& layerName, in canAddNewAggregatedStats()
570 void TimeStats::setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName, in setPostTime()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
H A DTimeStatsHelper.h95 std::string layerName; variable
139 std::string layerName; member
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp302 uid_t ownerUid, int32_t layerId, std::string layerName, in SurfaceFrame()
781 std::string layerName, std::string debugName, bool isBuffer, int32_t gameMode) { in createSurfaceFrameForToken()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4871 void SurfaceFlinger::recordBufferingStats(const std::string& layerName, in recordBufferingStats()