Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DCredentials_test.cpp313 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()
/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h310 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) = 0;
/frameworks/native/services/surfaceflinger/
DLayer.h621 LayerDebugInfo getLayerDebugInfo() const;
DSurfaceFlinger.h435 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override;
DLayer.cpp1279 LayerDebugInfo Layer::getLayerDebugInfo() const { in getLayerDebugInfo() function in android::Layer
DSurfaceFlinger.cpp1287 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) in getLayerDebugInfo() function in android::SurfaceFlinger
1292 outLayers->push_back(layer->getLayerDebugInfo()); in getLayerDebugInfo()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp613 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) in getLayerDebugInfo() function in android::BpSurfaceComposer
1357 status_t result = getLayerDebugInfo(&outLayers); in onTransact()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp551 status_t result = sf->getLayerDebugInfo(&layers); in TearDown()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp651 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) override { in getLayerDebugInfo() function in android::FakeSurfaceComposer