Home
last modified time | relevance | path

Searched refs:LayerDebugInfo (Results 1 – 11 of 11) 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;
72 std::string to_string(const LayerDebugInfo& info);
DISurfaceComposer.h44 class LayerDebugInfo; variable
216 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const = 0;
/frameworks/native/libs/gui/
DLayerDebugInfo.cpp31 status_t LayerDebugInfo::writeToParcel(Parcel* parcel) const { in writeToParcel()
67 status_t LayerDebugInfo::readFromParcel(const Parcel* parcel) { in readFromParcel()
112 std::string to_string(const LayerDebugInfo& info) { in to_string()
DAndroid.bp111 "LayerDebugInfo.cpp",
DISurfaceComposer.cpp508 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo()
852 std::vector<LayerDebugInfo> outLayers; in onTransact()
/frameworks/native/services/surfaceflinger/
DLayer.h68 class LayerDebugInfo; variable
536 LayerDebugInfo getLayerDebugInfo() const;
DSurfaceFlinger.h443 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const;
DLayer.cpp1397 LayerDebugInfo Layer::getLayerDebugInfo() const { in getLayerDebugInfo()
1398 LayerDebugInfo info; in getLayerDebugInfo()
DSurfaceFlinger.cpp1187 status_t SurfaceFlinger::getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp544 std::vector<LayerDebugInfo> layers; in TearDown()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp622 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) const override { in getLayerDebugInfo()