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;72 std::string to_string(const LayerDebugInfo& info);
64 class LayerDebugInfo; variable217 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()
196 "LayerDebugInfo.cpp",
434 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override { in getLayerDebugInfo()1259 std::vector<LayerDebugInfo> outLayers; in onTransact()
314 std::vector<LayerDebugInfo> outLayers; in TEST_F()
72 class LayerDebugInfo; variable739 LayerDebugInfo getLayerDebugInfo(const DisplayDevice*) const;
1402 LayerDebugInfo Layer::getLayerDebugInfo(const DisplayDevice* display) const { in getLayerDebugInfo()1405 LayerDebugInfo info; in getLayerDebugInfo()
587 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override;
1586 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) { in getLayerDebugInfo()
1242 std::vector<LayerDebugInfo> layers; in TearDown()
770 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) override { in getLayerDebugInfo() argument