Searched refs:DebugCommand (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/cmds/lshal/ |
H A D | DebugCommand.cpp | 26 std::string DebugCommand::getName() const { in getName() 30 std::string DebugCommand::getSimpleDescription() const { in getSimpleDescription() 34 Status DebugCommand::parseArgs(const Arg &arg) { in parseArgs() 54 Status DebugCommand::main(const Arg &arg) { in main() 75 void DebugCommand::usage() const { in usage()
|
H A D | DebugCommand.h | 32 class DebugCommand : public Command { 34 explicit DebugCommand(Lshal &lshal) : Command(lshal) {} in DebugCommand() function 35 ~DebugCommand() = default; 49 DISALLOW_COPY_AND_ASSIGN(DebugCommand);
|
H A D | Android.bp | 40 "DebugCommand.cpp",
|
H A D | Lshal.cpp | 52 mRegisteredCommands.push_back({std::make_unique<DebugCommand>(*this)}); in Lshal()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | wifi_logger.cpp | 214 class DebugCommand : public WifiCommand class 231 DebugCommand(wifi_interface_handle iface, char *buffer, int *buffer_size, in DebugCommand() function in DebugCommand 248 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType) in DebugCommand() function in DebugCommand 263 DebugCommand(wifi_interface_handle iface, u32 *num_rings, in DebugCommand() function in DebugCommand 294 DebugCommand(wifi_interface_handle iface, u32 verbose_level, u32 flags, in DebugCommand() function in DebugCommand 558 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_FW_VER); in wifi_get_firmware_version() 573 DebugCommand *cmd = new DebugCommand(iface, buffer, &buffer_size, GET_DRV_VER); in wifi_get_driver_version() 587 DebugCommand *cmd = new DebugCommand(iface, ring_name, GET_RING_DATA); in wifi_get_ring_data() 599 DebugCommand *cmd = new DebugCommand(iface, num_rings, status, GET_RING_STATUS); in wifi_get_ring_buffers_status() 615 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE); in wifi_get_logger_supported_feature_set() [all …]
|