Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/src/include/
DEseAdaptation.h35 tHAL_ESE_ENTRY* GetHalEntryFuncs();
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/src/include/
DEseAdaptation.h76 tHAL_ESE_ENTRY* GetHalEntryFuncs();
/aosp_15_r20/system/nfc/src/include/
H A DNfcAdaptation.h96 tHAL_NFC_ENTRY* GetHalEntryFuncs();
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/
DEseAdaptation.cc154 tHAL_ESE_ENTRY* EseAdaptation::GetHalEntryFuncs() { in GetHalEntryFuncs() function in EseAdaptation
/aosp_15_r20/hardware/interfaces/nfc/aidl/vts/functional/
H A DVtsNfcBehaviorChangesTest.cpp185 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in SetUp()
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/
DEseAdaptation.cpp176 tHAL_ESE_ENTRY* EseAdaptation::GetHalEntryFuncs() { in GetHalEntryFuncs() function in EseAdaptation
/aosp_15_r20/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp1422 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in doPartialInit()
1483 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in nfcManager_doInitialize()
1934 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs(); in nfcManager_doDownload()
/aosp_15_r20/system/nfc/src/adaptation/
H A DNfcAdaptation.cc726 tHAL_NFC_ENTRY* NfcAdaptation::GetHalEntryFuncs() { return &mHalEntryFuncs; } in GetHalEntryFuncs() function in NfcAdaptation