Home
last modified time | relevance | path

Searched refs:LayerDebugInfo (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h34 class LayerDebugInfo : public Parcelable {
36 LayerDebugInfo() = default;
37 LayerDebugInfo(const LayerDebugInfo&) = default;
38 virtual ~LayerDebugInfo() = default;
73 std::string to_string(const LayerDebugInfo& info);
DISurfaceComposer.h60 class LayerDebugInfo; variable
293 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) = 0;
/frameworks/native/libs/gui/
DLayerDebugInfo.cpp32 status_t LayerDebugInfo::writeToParcel(Parcel* parcel) const { in writeToParcel()
68 status_t LayerDebugInfo::readFromParcel(const Parcel* parcel) { in readFromParcel()
113 std::string to_string(const LayerDebugInfo& info) { in to_string()
DAndroid.bp130 "LayerDebugInfo.cpp",
DISurfaceComposer.cpp564 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override { in getLayerDebugInfo()
1567 std::vector<LayerDebugInfo> outLayers; in onTransact()
/frameworks/native/services/surfaceflinger/tests/
DCredentials_test.cpp314 std::vector<LayerDebugInfo> outLayers; in TEST_F()
/frameworks/native/services/surfaceflinger/
DLayer.h71 class LayerDebugInfo; variable
735 LayerDebugInfo getLayerDebugInfo(const DisplayDevice*) const;
DLayer.cpp1365 LayerDebugInfo Layer::getLayerDebugInfo(const DisplayDevice* display) const { in getLayerDebugInfo()
1368 LayerDebugInfo info; in getLayerDebugInfo()
DSurfaceFlinger.h661 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) override;
DSurfaceFlinger.cpp1508 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) { in getLayerDebugInfo()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp1242 std::vector<LayerDebugInfo> layers; in TearDown()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp786 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) override { in getLayerDebugInfo() argument