Searched refs:getLayerDebugInfo (Results 1 – 9 of 9) sorted by relevance
317 ASSERT_EQ(NO_ERROR, sf->getLayerDebugInfo(&outLayers)); in TEST_F()321 ASSERT_EQ(NO_ERROR, sf->getLayerDebugInfo(&outLayers)); in TEST_F()326 ASSERT_EQ(PERMISSION_DENIED, sf->getLayerDebugInfo(&outLayers)); in TEST_F()
217 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) = 0;
739 LayerDebugInfo getLayerDebugInfo(const DisplayDevice*) const;
587 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override;
1402 LayerDebugInfo Layer::getLayerDebugInfo(const DisplayDevice* display) const { in getLayerDebugInfo() function in android::Layer
1586 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) { in getLayerDebugInfo() function in android::SurfaceFlinger1591 outLayers->push_back(layer->getLayerDebugInfo(display.get())); in getLayerDebugInfo()
434 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override { in getLayerDebugInfo() function in android::BpSurfaceComposer1260 status_t result = getLayerDebugInfo(&outLayers); in onTransact()
1243 status_t result = sf->getLayerDebugInfo(&layers); in TearDown()
770 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) override { in getLayerDebugInfo() function in android::FakeSurfaceComposer