Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/pn8x/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/snxxx/libese-spi/src/adaptation/
DNfcAdaptation.cpp38 sp<INxpNfc> NfcAdaptation::mHalNxpNfc = nullptr;
39 ThreadMutex NfcAdaptation::sIoctlLock;
40 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
41 ThreadMutex NfcAdaptation::sLock;
45 void NfcAdaptation::Initialize() { in Initialize()
65 NfcAdaptation& NfcAdaptation::GetInstance() { in GetInstance()
68 if (!mpInstance) mpInstance = new NfcAdaptation; in GetInstance()
151 NfcAdaptation::NfcAdaptation() { mCurrentIoctlData = NULL; } in NfcAdaptation() function in NfcAdaptation
162 NfcAdaptation::~NfcAdaptation() { mpInstance = NULL; } in ~NfcAdaptation()
175 ESESTATUS NfcAdaptation::resetEse(uint64_t level) { in resetEse()
[all …]
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DNfcAdaptation.h67 class NfcAdaptation {
69 virtual ~NfcAdaptation();
71 static NfcAdaptation& GetInstance();
77 NfcAdaptation();
78 static NfcAdaptation* mpInstance;
/hardware/nxp/secure_element/pn8x/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/snxxx/libese-spi/
DAndroid.bp28 "src/adaptation/NfcAdaptation.cpp",
/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/spi/
DEseSpiTransport.cpp361 NfcAdaptation& pNfcAdapt = NfcAdaptation::GetInstance(); in Ioctl()
/hardware/nxp/secure_element/pn8x/
DAndroid.bp26 "libese-spi/src/adaptation/NfcAdaptation.cpp",