Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Utils/
DDumper.h34 explicit Dumper(std::string& out) : mOut(out) {} in Dumper() function
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastDispatcher.java116 class Dumper { class in BroadcastDispatcher
127 Dumper(PrintWriter pw, String queueName, String dumpPackage, SimpleDateFormat sdf) { in Dumper() method in BroadcastDispatcher.Dumper
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java898 private final class Dumper implements Dumpable { class in ContentCaptureManager
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h390 using Dumper = std::function<void(const DumpArgs&, bool asProto, std::string&)>; variable