Searched refs:LayerDebugInfo (Results 1 – 12 of 12) sorted by relevance
33 class LayerDebugInfo : public Parcelable {35 LayerDebugInfo() = default;36 LayerDebugInfo(const LayerDebugInfo&) = default;37 virtual ~LayerDebugInfo() = default;71 std::string to_string(const LayerDebugInfo& info);
53 class LayerDebugInfo; variable313 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const = 0;
32 status_t LayerDebugInfo::writeToParcel(Parcel* parcel) const { in writeToParcel()67 status_t LayerDebugInfo::readFromParcel(const Parcel* parcel) { in readFromParcel()111 std::string to_string(const LayerDebugInfo& info) { in to_string()
59 "LayerDebugInfo.cpp",
614 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo()1360 std::vector<LayerDebugInfo> outLayers; in onTransact()
67 class LayerDebugInfo; variable630 LayerDebugInfo getLayerDebugInfo() const;
1279 LayerDebugInfo Layer::getLayerDebugInfo() const { in getLayerDebugInfo()1280 LayerDebugInfo info; in getLayerDebugInfo()
450 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const override;
1269 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo()
310 std::vector<LayerDebugInfo> outLayers; in TEST_F()
551 std::vector<LayerDebugInfo> layers; in TearDown()
777 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) const override { in getLayerDebugInfo()