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 83 class LLStatsCommand: public WifiVendorCommand
86 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();
llstats.cpp 26 #include "llstatscommand.h"
29 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL;
33 int LLStatsCommand::create() {
54 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd)
57 ALOGV("LLStatsCommand %p constructed", this);
63 LLStatsCommand::~LLStatsCommand()
65 ALOGW("LLStatsCommand %p distructor", this)
    [all...]

Completed in 1649 milliseconds