Home
last modified time | relevance | path

Searched refs:getDebugStringShort (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DLayerHierarchy.cpp142 std::string LayerHierarchy::getDebugStringShort() const { in getDebugStringShort() function in android::surfaceflinger::frontend::LayerHierarchy
463 debug += " Relative:" + hierarchy->mRelativeParent->getDebugStringShort(); in getDebugString()
466 debug += " Parent:" + hierarchy->mParent->getDebugStringShort(); in getDebugString()
H A DRequestedLayerState.h85 std::string getDebugStringShort() const;
H A DLayerHierarchy.h179 std::string getDebugStringShort() const;
H A DLayerLifecycleManager.cpp171 LLOGV(layer->id, "destroyed %s", layer->getDebugStringShort().c_str()); in onHandlesDestroyed()
H A DRequestedLayerState.cpp434 std::string RequestedLayerState::getDebugStringShort() const { in getDebugStringShort() function in android::surfaceflinger::frontend::RequestedLayerState