Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfc_adaptation_test.cc49 tHAL_NFC_ENTRY* mHalEntryFuncs = theInstance->GetHalEntryFuncs(); in TEST_F()
/packages/modules/Nfc/libnfc-nci/src/include/
DNfcAdaptation.h97 tHAL_NFC_ENTRY* GetHalEntryFuncs();
/packages/modules/Nfc/NfcNci/nci/jni/
DNativeNfcManager.cpp1586 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in doPartialInit()
1643 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in nfcManager_doInitialize()
2173 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in nfcManager_doDownload()
/packages/modules/Nfc/libnfc-nci/src/adaptation/
DNfcAdaptation.cc838 tHAL_NFC_ENTRY* NfcAdaptation::GetHalEntryFuncs() { return &mHalEntryFuncs; } in GetHalEntryFuncs() function in NfcAdaptation