Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
DAutoEnterPipOnGoToHomeTest.kt83 val layerName = pipApp.component.toLayerName() in <lambda>() constant
99 val layerName = pipApp.component.toLayerName() in <lambda>() constant
DExpandPipOnDoubleClickTest.kt117 val layerName = pipApp.component.toLayerName() in <lambda>() constant
129 val layerName = pipApp.component.toLayerName() in <lambda>() constant
DExitPipToAppTransition.kt122 val layerName = pipApp.component.toLayerName() in <lambda>() constant
DMovePipShelfHeightTransition.kt108 val layerName = pipApp.component.toLayerName() in <lambda>() constant
DEnterPipTest.kt131 val layerName = pipApp.component.toLayerName() in <lambda>() constant
/frameworks/native/services/surfaceflinger/tests/unittests/
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
DFrameTimelineTest.cpp869 std::string layerName) { in createProtoExpectedSurfaceFrameStart()
880 int64_t cookie, int64_t token, int64_t displayFrameToken, pid_t pid, std::string layerName, in createProtoActualSurfaceFrameStart()
/frameworks/native/services/surfaceflinger/FrameTracer/
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
DFrameTracer.h84 std::string layerName; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h86 std::string layerName; variable
129 std::string layerName; member
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h120 std::string layerName; member
210 std::string layerName; member
DTimeStats.cpp464 const std::string& layerName = layerRecord.layerName; in flushAvailableRecordsToStatsLocked() local
539 static bool layerNameIsValid(const std::string& layerName) { in layerNameIsValid()
544 bool TimeStats::canAddNewAggregatedStats(uid_t uid, const std::string& layerName, in canAddNewAggregatedStats()
558 void TimeStats::setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName, in setPostTime()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java425 Rect extensionRect, int xPos, int yPos, String layerName, in createExtensionSurface()
434 Rect extensionRect, int xPos, int yPos, String layerName, in doCreateExtensionSurface()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitionAnimationHelper.java306 @NonNull String layerName, @NonNull SurfaceControl.Transaction startTransaction, in createExtensionSurface()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp302 uid_t ownerUid, int32_t layerId, std::string layerName, in SurfaceFrame()
789 std::string layerName, std::string debugName, bool isBuffer, GameMode gameMode) { in createSurfaceFrameForToken()