Searched defs:LayerDebugInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DLayerDebugInfo.h33 class LayerDebugInfo : public Parcelable { class in namespace:android
35 LayerDebugInfo() = default;
36 LayerDebugInfo(const LayerDebugInfo&) = default;
37 virtual ~LayerDebugInfo() = default;
72 std::string to_string(const LayerDebugInfo& info);
/frameworks/native/libs/gui/include/gui/
H A DLayerDebugInfo.h33 class LayerDebugInfo : public Parcelable { class in namespace:android
35 LayerDebugInfo() = default;
36 LayerDebugInfo(const LayerDebugInfo&) = default;
37 virtual ~LayerDebugInfo() = default;
72 std::string to_string(const LayerDebugInfo& info);

Completed in 77 milliseconds