Searched refs:getLayerDebugInfo (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/include/gui/
H A DISurfaceComposer.h216 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const = 0;
/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h216 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const = 0;
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp508 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const function in class:android::BpSurfaceComposer
853 status_t result = getLayerDebugInfo(&outLayers);
/frameworks/native/services/surfaceflinger/
H A DLayer.h536 LayerDebugInfo getLayerDebugInfo() const;
H A DSurfaceFlinger.h443 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const;
H A DLayer.cpp1397 LayerDebugInfo Layer::getLayerDebugInfo() const { function in class:android::Layer
H A DSurfaceFlinger.cpp1187 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const
1208 outLayers->push_back(layer->getLayerDebugInfo());
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp622 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) const override {
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp545 status_t result = sf->getLayerDebugInfo(&layers);

Completed in 114 milliseconds