Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp1084 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doInitialize() local
1085 theInstance.Initialize(); // start GKI, NCI task, NFC task in nfcManager_doInitialize()
1089 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in nfcManager_doInitialize()
1171 theInstance.Finalize(); in nfcManager_doInitialize()
1190 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doFactoryReset() local
1191 theInstance.FactoryReset(); in nfcManager_doFactoryReset()
1195 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doShutdown() local
1196 theInstance.DeviceShutdown(); in nfcManager_doShutdown()
1511 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in nfcManager_doDeinitialize() local
1512 theInstance.Finalize(); in nfcManager_doDeinitialize()
[all …]