Searched refs:mTdlsCommandInstance (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dtdls.cpp42 TdlsCommand* TdlsCommand::mTdlsCommandInstance = NULL; member in class:TdlsCommand
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...]
H A DtdlsCommand.h79 static TdlsCommand *mTdlsCommandInstance; member in class:TdlsCommand

Completed in 22 milliseconds