Searched refs:DumpAPCCommand (Results 1 – 2 of 2) sorted by relevance
94 class DumpAPCCommand : public Command {96 explicit DumpAPCCommand(text::Printer* printer, android::IDiagnostics* diag) in DumpAPCCommand() function281 AddOptionalSubcommand(util::make_unique<DumpAPCCommand>(printer, diag_)); in DumpCommand()
134 int DumpAPCCommand::Action(const std::vector<std::string>& args) { in Action()