HomeSort by relevance Sort by last modified time
    Searched refs:getLayerDebugInfo (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/gui/include/gui/
ISurfaceComposer.h 216 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const = 0;
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 508 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const
853 status_t result = getLayerDebugInfo(&outLayers);
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.h 536 LayerDebugInfo getLayerDebugInfo() const;
SurfaceFlinger.h 443 virtual status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* outLayers) const;
    [all...]
Layer.cpp     [all...]
SurfaceFlinger.cpp     [all...]
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 622 status_t getLayerDebugInfo(std::vector<LayerDebugInfo>* /*layers*/) const override {
    [all...]
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
SFFakeHwc_test.cpp 545 status_t result = sf->getLayerDebugInfo(&layers);
    [all...]

Completed in 286 milliseconds