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);
56 class LayerDebugInfo; variable365 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) = 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()
68 "LayerDebugInfo.cpp",
694 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) { in getLayerDebugInfo()1683 std::vector<LayerDebugInfo> outLayers; in onTransact()
310 std::vector<LayerDebugInfo> outLayers; in TEST_F()
65 class LayerDebugInfo; variable719 LayerDebugInfo getLayerDebugInfo(const DisplayDevice*) const;
468 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override;
1511 LayerDebugInfo Layer::getLayerDebugInfo(const DisplayDevice* display) const { in getLayerDebugInfo()1514 LayerDebugInfo info; in getLayerDebugInfo()
1456 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) { in getLayerDebugInfo()
1062 std::vector<LayerDebugInfo> layers; in TearDown()
789 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) override { in getLayerDebugInfo() argument