Home
last modified time | relevance | path

Searched defs:asProto (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/utils/
DPriorityDump.java221 boolean asProto) { in dumpCritical()
228 default void dumpHigh(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpHigh()
235 default void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal()
247 default void dump(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dump()
/frameworks/native/services/gpuservice/include/gpuservice/
DGpuService.h78 status_t dumpCritical(int fd, const Vector<String16>& /*args*/, bool asProto) override { in dumpCritical()
82 status_t dumpAll(int fd, const Vector<String16>& args, bool asProto) override { in dumpAll()
/frameworks/native/services/utils/
DPriorityDumper.cpp40 status_t PriorityDumper::dumpAll(int fd, const Vector<String16>& args, bool asProto) { in dumpAll()
53 bool asProto = false; in priorityDump() local
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
DPriorityDumpTest.java258 boolean asProto) { in dumpCritical()
265 public void dumpHigh(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpHigh()
272 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal()
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp135 bool asProto = false; in main() local
321 void Dumpsys::setServiceArgs(Vector<String16>& args, bool asProto, int priorityFlags) { in setServiceArgs()
490 bool asProto, std::chrono::duration<double>& elapsedDuration, in writeDump()
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionProtoParser.cpp559 void asProto(perfetto::protos::Transform* proto, const ui::Transform& transform) { in asProto() function
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp273 void TimeStats::parseArgs(bool asProto, const Vector<String16>& args, std::string& result) { in parseArgs()
1095 void TimeStats::dump(bool asProto, std::optional<uint32_t> maxLayers, std::string& result) { in dump()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1205 status_t dumpAll(int fd, const DumpArgs& args, bool asProto) override { in dumpAll()
DSurfaceFlinger.cpp6352 status_t SurfaceFlinger::doDump(int fd, const DumpArgs& args, bool asProto) { in doDump()
6421 status_t SurfaceFlinger::dumpCritical(int fd, const DumpArgs&, bool asProto) { in dumpCritical()
6454 void SurfaceFlinger::dumpTimeStats(const DumpArgs& args, bool asProto, std::string& result) const { in dumpTimeStats()