Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/src/adaptation/
DNfcAdaptation.cpp32 sp<INxpNfc> NfcAdaptation::mHalNxpNfc = nullptr;
33 ThreadMutex NfcAdaptation::sIoctlLock;
34 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
35 ThreadMutex NfcAdaptation::sLock;
39 void NfcAdaptation::Initialize() { in Initialize()
61 NfcAdaptation& NfcAdaptation::GetInstance() { in GetInstance()
64 if (!mpInstance) mpInstance = new NfcAdaptation; in GetInstance()
147 NfcAdaptation::NfcAdaptation() { mCurrentIoctlData = NULL; } in NfcAdaptation() function in NfcAdaptation
158 NfcAdaptation::~NfcAdaptation() { mpInstance = NULL; } in ~NfcAdaptation()
176 NfcAdaptation* pAdaptation = (NfcAdaptation*)pOutData->context; in IoctlCallback()
[all …]
/hardware/nxp/secure_element/libese-spi/src/include/
DNfcAdaptation.h66 class NfcAdaptation {
68 virtual ~NfcAdaptation();
70 static NfcAdaptation& GetInstance();
75 NfcAdaptation();
76 static NfcAdaptation* mpInstance;
/hardware/nxp/secure_element/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.cpp73 NfcAdaptation& pNfcAdapt = NfcAdaptation::GetInstance(); in phPalEse_spi_close()
130 NfcAdaptation& pNfcAdapt = NfcAdaptation::GetInstance(); in phPalEse_spi_open_and_configure()
304 NfcAdaptation& pNfcAdapt = NfcAdaptation::GetInstance(); in phPalEse_spi_ioctl()
/hardware/nxp/secure_element/
DAndroid.bp17 "libese-spi/src/adaptation/NfcAdaptation.cpp",