Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastDispatcher.java103 class Dumper { class in BroadcastDispatcher
114 Dumper(PrintWriter pw, String queueName, String dumpPackage, SimpleDateFormat sdf) { in Dumper() method in BroadcastDispatcher.Dumper
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h385 using Dumper = std::function<void(const DumpArgs&, bool asProto, std::string&)>; variable