Searched refs:LLStatsCommand (Results 1 – 2 of 2) sorted by relevance
83 class LLStatsCommand: public WifiVendorCommand86 static LLStatsCommand *mLLStatsCommandInstance;96 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);99 static LLStatsCommand* instance(wifi_handle handle);101 virtual ~LLStatsCommand();
29 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL;33 int LLStatsCommand::create() { in create()54 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in LLStatsCommand() function in LLStatsCommand63 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()102 void LLStatsCommand::setSubCmd(u32 subcmd) in setSubCmd()364 int LLStatsCommand::handleEvent(WifiEvent &event) in handleEvent()514 int LLStatsCommand::setCallbackHandler(LLStatsCallbackHandler nHandler, u32 event) in setCallbackHandler()[all …]