Searched refs:mTdlsCommandInstance (Results 1 – 2 of 2) sorted by relevance
42 TdlsCommand* TdlsCommand::mTdlsCommandInstance = NULL; member in TdlsCommand53 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()
79 static TdlsCommand *mTdlsCommandInstance;