Home
last modified time | relevance | path

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

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