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()
310 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) = 0;
621 LayerDebugInfo getLayerDebugInfo() const;
435 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override;
1279 LayerDebugInfo Layer::getLayerDebugInfo() const { in getLayerDebugInfo() function in android::Layer
1287 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) in getLayerDebugInfo() function in android::SurfaceFlinger1292 outLayers->push_back(layer->getLayerDebugInfo()); in getLayerDebugInfo()
613 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) in getLayerDebugInfo() function in android::BpSurfaceComposer1357 status_t result = getLayerDebugInfo(&outLayers); in onTransact()
551 status_t result = sf->getLayerDebugInfo(&layers); in TearDown()
651 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) override { in getLayerDebugInfo() function in android::FakeSurfaceComposer