Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_list.cpp125 class ListCommand : public Command { class
127 ListCommand() in ListCommand() function in simpleperf::__anon4a9dba0b0110::ListCommand
/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.h57 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand() function
H A DListCommand.cpp852 mOptions.push_back({'h', "help", no_argument, v++, [](ListCommand*, const char*) { in registerAllOptions() argument