Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstatscommand.h74 static LLStatsCommand *mLLStatsCommandInstance;
Dllstats.cpp29 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL; member in LLStatsCommand
61 mLLStatsCommandInstance = NULL; in ~LLStatsCommand()
70 if (mLLStatsCommandInstance == NULL) { in instance()
71 mLLStatsCommandInstance = new LLStatsCommand(handle, 0, in instance()
74 return mLLStatsCommandInstance; in instance()
78 if (handle != getWifiHandle(mLLStatsCommandInstance->mInfo)) in instance()
83 mLLStatsCommandInstance->mInfo = (hal_info *)handle; in instance()
86 return mLLStatsCommandInstance; in instance()