Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dtdls.cpp42 TdlsCommand* TdlsCommand::mTdlsCommandInstance = NULL; member in TdlsCommand
53 mTdlsCommandInstance = NULL; in ~TdlsCommand()
63 if (mTdlsCommandInstance == NULL) { in instance()
64 mTdlsCommandInstance = new TdlsCommand(handle, 0, in instance()
67 ALOGV("TdlsCommand %p created", mTdlsCommandInstance); in instance()
68 return mTdlsCommandInstance; in instance()
72 if (handle != getWifiHandle(mTdlsCommandInstance->mInfo)) in instance()
77 mTdlsCommandInstance->mInfo = (hal_info *)handle; in instance()
80 ALOGV("TdlsCommand %p created already", mTdlsCommandInstance); in instance()
81 return mTdlsCommandInstance; in instance()
DtdlsCommand.h79 static TdlsCommand *mTdlsCommandInstance;