Home
last modified time | relevance | path

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

/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
DTestableSurfaceFlinger.h129 sp<LayerFE> createLayerFE(const std::string& layerName) override { in createLayerFE()
DFrameTimelineTest.cpp936 std::string layerName) { in createProtoExpectedSurfaceFrameStart()
947 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/
DSurfaceFlingerDefaultFactory.cpp94 sp<LayerFE> DefaultFactory::createLayerFE(const std::string& layerName) { in createLayerFE()
DRegionSamplingThread.cpp291 const ui::Transform transform, bool& outStopTraversal) -> bool { in captureSample()
DSurfaceFlinger.cpp4555 std::string layerName = (layer) ? in setTransactionState() local
8094 BufferData& bufferData, const char* layerName, uint64_t transactionId) { in getExternalTextureFromBufferData()
/frameworks/native/services/surfaceflinger/FrontEnd/
DTransactionHandler.h69 std::string layerName; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h89 std::string layerName; variable
132 std::string layerName; member
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h122 std::string layerName; member
212 std::string layerName; member
DTimeStats.cpp476 const std::string& layerName = layerRecord.layerName; in flushAvailableRecordsToStatsLocked() local
557 static bool layerNameIsValid(const std::string& layerName) { in layerNameIsValid()
562 bool TimeStats::canAddNewAggregatedStats(uid_t uid, const std::string& layerName, in canAddNewAggregatedStats()
576 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.java426 Rect extensionRect, int xPos, int yPos, String layerName, in createExtensionSurface()
435 Rect extensionRect, int xPos, int yPos, String layerName, in doCreateExtensionSurface()
/frameworks/native/libs/gui/
DSurfaceControl.cpp255 std::string layerName; in readFromParcel() local
/frameworks/native/libs/gui/fuzzer/
Dlibgui_surfaceComposerClient_fuzzer.cpp206 std::string layerName = base::StringPrintf("#%d", layerId); in makeSurfaceControl() local
Dlibgui_bufferQueue_fuzzer.cpp96 std::string layerName = base::StringPrintf("#%d", layerId); in makeSurfaceControl() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitionAnimationHelper.java332 @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()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h371 sp<LayerFE> createLayerFE(const std::string &layerName) override { in createLayerFE()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp263 jfieldID layerName; member