Searched refs:dumpStats (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayer.h100 virtual void dumpStats(String8& result, char* buffer, size_t SIZE) const;
H A DLayerBase.h254 virtual void dumpStats(String8& result, char* buffer, size_t SIZE) const;
H A DLayer.cpp734 void Layer::dumpStats(String8& result, char* buffer, size_t SIZE) const function in class:android::Layer
736 LayerBaseClient::dumpStats(result, buffer, SIZE);
H A DLayerBase.cpp471 void LayerBase::dumpStats(String8& result, char* scratch, size_t SIZE) const { function in class:android::LayerBase
H A DSurfaceFlinger.cpp2261 layer->dumpStats(result, buffer, SIZE);

Completed in 704 milliseconds