HomeSort by relevance Sort by last modified time
    Searched refs:LLStatsCommand (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstatscommand.h 73 class LLStatsCommand: public WifiVendorCommand
76 static LLStatsCommand *mLLStatsCommandInstance;
86 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
89 static LLStatsCommand* instance(wifi_handle handle);
91 virtual ~LLStatsCommand();
llstats.cpp 26 #include "llstatscommand.h"
30 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL;
34 int LLStatsCommand::create() {
55 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd)
58 ALOGV("LLStatsCommand %p constructed", this);
64 LLStatsCommand::~LLStatsCommand()
66 ALOGW("LLStatsCommand %p distructor", this)
    [all...]

Completed in 2100 milliseconds