Home
last modified time | relevance | path

Searched defs:Dumper (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Utils/
DDumper.h34 explicit Dumper(std::string& out) : mOut(out) {} in Dumper() function
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java1003 private final class Dumper implements Dumpable { class in ContentCaptureManager
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h391 using Dumper = std::function<void(const DumpArgs&, bool asProto, std::string&)>; variable