Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h33 class LayerDebugInfo : public Parcelable {
35 LayerDebugInfo() = default;
36 LayerDebugInfo(const LayerDebugInfo&) = default;
37 virtual ~LayerDebugInfo() = default;
71 std::string to_string(const LayerDebugInfo& info);
DISurfaceComposer.h53 class LayerDebugInfo; variable
310 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const = 0;
/frameworks/native/libs/gui/
DLayerDebugInfo.cpp32 status_t LayerDebugInfo::writeToParcel(Parcel* parcel) const { in writeToParcel()
67 status_t LayerDebugInfo::readFromParcel(const Parcel* parcel) { in readFromParcel()
111 std::string to_string(const LayerDebugInfo& info) { in to_string()
DAndroid.bp45 "LayerDebugInfo.cpp",
DISurfaceComposer.cpp613 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo()
1356 std::vector<LayerDebugInfo> outLayers; in onTransact()
/frameworks/native/services/surfaceflinger/
DLayer.h68 class LayerDebugInfo; variable
621 LayerDebugInfo getLayerDebugInfo() const;
DLayer.cpp1279 LayerDebugInfo Layer::getLayerDebugInfo() const { in getLayerDebugInfo()
1280 LayerDebugInfo info; in getLayerDebugInfo()
DSurfaceFlinger.h435 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const override;
DSurfaceFlinger.cpp1287 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo()
/frameworks/native/services/surfaceflinger/tests/
DCredentials_test.cpp310 std::vector<LayerDebugInfo> outLayers; in TEST_F()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp550 std::vector<LayerDebugInfo> layers; in TearDown()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp651 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) const override { in getLayerDebugInfo()