Searched refs:LLStatsCommand (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | llstatscommand.h | 71 class LLStatsCommand: public WifiVendorCommand 74 static LLStatsCommand *mLLStatsCommandInstance; 91 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd); 94 static LLStatsCommand* instance(wifi_handle handle); 96 virtual ~LLStatsCommand();
|
D | llstats.cpp | 29 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL; 33 wifi_error LLStatsCommand::create() { in create() 49 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in LLStatsCommand() function in LLStatsCommand 60 LLStatsCommand::~LLStatsCommand() in ~LLStatsCommand() 65 LLStatsCommand* LLStatsCommand::instance(wifi_handle handle) in instance() 72 mLLStatsCommandInstance = new LLStatsCommand(handle, 0, in instance() 90 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext() 96 void LLStatsCommand::setSubCmd(u32 subcmd) in setSubCmd() 101 void LLStatsCommand::setHandler(wifi_stats_result_handler handler) in setHandler() 515 wifi_error LLStatsCommand::get_wifi_iface_stats(wifi_iface_stat *stats, in get_wifi_iface_stats() [all …]
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | llstatscommand.h | 71 class LLStatsCommand: public WifiVendorCommand 74 static LLStatsCommand *mLLStatsCommandInstance; 91 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd); 94 static LLStatsCommand* instance(wifi_handle handle); 96 virtual ~LLStatsCommand();
|
D | llstats.cpp | 34 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL; 38 wifi_error LLStatsCommand::create() { in create() 54 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in LLStatsCommand() function in LLStatsCommand 65 LLStatsCommand::~LLStatsCommand() in ~LLStatsCommand() 70 LLStatsCommand* LLStatsCommand::instance(wifi_handle handle) in instance() 77 mLLStatsCommandInstance = new LLStatsCommand(handle, 0, in instance() 95 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext() 101 void LLStatsCommand::setSubCmd(u32 subcmd) in setSubCmd() 106 void LLStatsCommand::setHandler(wifi_stats_result_handler handler) in setHandler() 529 wifi_error LLStatsCommand::get_wifi_iface_stats(wifi_iface_stat *stats, in get_wifi_iface_stats() [all …]
|