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
313 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.bp59 "LayerDebugInfo.cpp",
DISurfaceComposer.cpp614 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const in getLayerDebugInfo()
1360 std::vector<LayerDebugInfo> outLayers; in onTransact()
/frameworks/native/services/surfaceflinger/
DLayer.h67 class LayerDebugInfo; variable
630 LayerDebugInfo getLayerDebugInfo() const;
DLayer.cpp1279 LayerDebugInfo Layer::getLayerDebugInfo() const { in getLayerDebugInfo()
1280 LayerDebugInfo info; in getLayerDebugInfo()
DSurfaceFlinger.h450 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const override;
DSurfaceFlinger.cpp1269 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.cpp551 std::vector<LayerDebugInfo> layers; in TearDown()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp777 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) const override { in getLayerDebugInfo()