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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstatscommand.h 76 static LLStatsCommand *mLLStatsCommandInstance;
llstats.cpp 30 LLStatsCommand* LLStatsCommand::mLLStatsCommandInstance = NULL;
67 mLLStatsCommandInstance = NULL;
76 if (mLLStatsCommandInstance == NULL) {
77 mLLStatsCommandInstance = new LLStatsCommand(handle, 0,
80 ALOGV("LLStatsCommand %p created", mLLStatsCommandInstance);
81 return mLLStatsCommandInstance;
85 if (handle != getWifiHandle(mLLStatsCommandInstance->mInfo))
90 mLLStatsCommandInstance->mInfo = (hal_info *)handle;
93 ALOGV("LLStatsCommand %p created already", mLLStatsCommandInstance);
94 return mLLStatsCommandInstance;
    [all...]

Completed in 470 milliseconds