Home
last modified time | relevance | path

Searched refs:LLStatsCommand (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstatscommand.h71 class LLStatsCommand: public WifiVendorCommand
74 static LLStatsCommand *mLLStatsCommandInstance;
88 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
91 static LLStatsCommand* instance(wifi_handle handle);
93 virtual ~LLStatsCommand();
Dllstats.cpp29 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
59 LLStatsCommand::~LLStatsCommand() in ~LLStatsCommand()
64 LLStatsCommand* LLStatsCommand::instance(wifi_handle handle) in instance()
71 mLLStatsCommandInstance = new LLStatsCommand(handle, 0, in instance()
89 void LLStatsCommand::initGetContext(u32 reqId) in initGetContext()
95 void LLStatsCommand::setSubCmd(u32 subcmd) in setSubCmd()
100 void LLStatsCommand::setHandler(wifi_stats_result_handler handler) in setHandler()
514 wifi_error LLStatsCommand::get_wifi_iface_stats(wifi_iface_stat *stats, in get_wifi_iface_stats()
[all …]