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.cpp30 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL; member in LLStatsCommand
62 mLLStatsCommandInstance = NULL; in ~LLStatsCommand()
71 if (mLLStatsCommandInstance == NULL) { in instance()
72 mLLStatsCommandInstance = new LLStatsCommand(handle, 0, in instance()
75 return mLLStatsCommandInstance; in instance()
79 if (handle != getWifiHandle(mLLStatsCommandInstance->mInfo)) in instance()
84 mLLStatsCommandInstance->mInfo = (hal_info *)handle; in instance()
87 return mLLStatsCommandInstance; in instance()