Lines Matching refs:theInstance
1052 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doInitialize() local
1053 theInstance.Initialize(); // start GKI, NCI task, NFC task in nfcManager_doInitialize()
1057 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in nfcManager_doInitialize()
1139 theInstance.Finalize(); in nfcManager_doInitialize()
1158 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doFactoryReset() local
1159 theInstance.FactoryReset(); in nfcManager_doFactoryReset()
1163 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doShutdown() local
1164 theInstance.DeviceShutdown(); in nfcManager_doShutdown()
1483 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doDeinitialize() local
1484 theInstance.Finalize(); in nfcManager_doDeinitialize()
1674 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doDownload() local
1676 theInstance.Initialize(); // start GKI, NCI task, NFC task in nfcManager_doDownload()
1677 result = theInstance.DownloadFirmware(); in nfcManager_doDownload()
1678 theInstance.Finalize(); in nfcManager_doDownload()
1756 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doDump() local
1757 theInstance.Dump(fd); in nfcManager_doDump()