Searched refs:getLayerDebugInfo (Results 1 – 8 of 8) sorted by relevance
216 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const = 0;
508 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo() function in android::BpSurfaceComposer853 status_t result = getLayerDebugInfo(&outLayers); in onTransact()
536 LayerDebugInfo getLayerDebugInfo() const;
443 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const;
1397 LayerDebugInfo Layer::getLayerDebugInfo() const { in getLayerDebugInfo() function in android::Layer
1187 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo() function in android::SurfaceFlinger1208 outLayers->push_back(layer->getLayerDebugInfo()); in getLayerDebugInfo()
545 status_t result = sf->getLayerDebugInfo(&layers); in TearDown()
622 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) const override { in getLayerDebugInfo() function in android::FakeSurfaceComposer