Searched refs:LayerDebugInfo (Results 1 – 12 of 12) sorted by relevance
34 class LayerDebugInfo : public Parcelable {36 LayerDebugInfo() = default;37 LayerDebugInfo(const LayerDebugInfo&) = default;38 virtual ~LayerDebugInfo() = default;73 std::string to_string(const LayerDebugInfo& info);
60 class LayerDebugInfo; variable293 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) = 0;
32 status_t LayerDebugInfo::writeToParcel(Parcel* parcel) const { in writeToParcel()68 status_t LayerDebugInfo::readFromParcel(const Parcel* parcel) { in readFromParcel()113 std::string to_string(const LayerDebugInfo& info) { in to_string()
130 "LayerDebugInfo.cpp",
564 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override { in getLayerDebugInfo()1567 std::vector<LayerDebugInfo> outLayers; in onTransact()
314 std::vector<LayerDebugInfo> outLayers; in TEST_F()
71 class LayerDebugInfo; variable735 LayerDebugInfo getLayerDebugInfo(const DisplayDevice*) const;
1365 LayerDebugInfo Layer::getLayerDebugInfo(const DisplayDevice* display) const { in getLayerDebugInfo()1368 LayerDebugInfo info; in getLayerDebugInfo()
661 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override;
1508 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) { in getLayerDebugInfo()
1242 std::vector<LayerDebugInfo> layers; in TearDown()
786 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) override { in getLayerDebugInfo() argument