Searched refs:getLayerDebugInfo (Results 1 – 9 of 9) sorted by relevance
313 ASSERT_EQ(NO_ERROR, sf->getLayerDebugInfo(&outLayers)); in TEST_F()317 ASSERT_EQ(NO_ERROR, sf->getLayerDebugInfo(&outLayers)); in TEST_F()322 ASSERT_EQ(PERMISSION_DENIED, sf->getLayerDebugInfo(&outLayers)); in TEST_F()
313 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const = 0;
630 LayerDebugInfo getLayerDebugInfo() const;
450 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const override;
1279 LayerDebugInfo Layer::getLayerDebugInfo() const { in getLayerDebugInfo() function in android::Layer
1269 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo() function in android::SurfaceFlinger1281 outLayers->push_back(layer->getLayerDebugInfo()); in getLayerDebugInfo()
614 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo() function in android::BpSurfaceComposer1361 status_t result = getLayerDebugInfo(&outLayers); in onTransact()
552 status_t result = sf->getLayerDebugInfo(&layers); in TearDown()
777 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) const override { in getLayerDebugInfo() function in android::FakeSurfaceComposer