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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
tdls.cpp 42 TdlsCommand* TdlsCommand::mTdlsCommandInstance = NULL;
53 mTdlsCommandInstance = NULL;
63 if (mTdlsCommandInstance == NULL) {
64 mTdlsCommandInstance = new TdlsCommand(handle, 0,
67 ALOGV("TdlsCommand %p created", mTdlsCommandInstance);
68 return mTdlsCommandInstance;
72 if (handle != getWifiHandle(mTdlsCommandInstance->mInfo))
77 mTdlsCommandInstance->mInfo = (hal_info *)handle;
80 ALOGV("TdlsCommand %p created already", mTdlsCommandInstance);
81 return mTdlsCommandInstance;
    [all...]
tdlsCommand.h 79 static TdlsCommand *mTdlsCommandInstance;

Completed in 3129 milliseconds