Home
last modified time | relevance | path

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

/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp36 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
37 ThreadMutex NfcAdaptation::sLock;
38 nfc_nci_device_t* NfcAdaptation::mHalDeviceContext = NULL;
39 tHAL_NFC_CBACK* NfcAdaptation::mHalCallback = NULL;
40 tHAL_NFC_DATA_CBACK* NfcAdaptation::mHalDataCallback = NULL;
41 ThreadCondVar NfcAdaptation::mHalOpenCompletedEvent;
42 ThreadCondVar NfcAdaptation::mHalCloseCompletedEvent;
67 NfcAdaptation::NfcAdaptation() in NfcAdaptation() function in NfcAdaptation
81 NfcAdaptation::~NfcAdaptation() in ~NfcAdaptation()
95 NfcAdaptation& NfcAdaptation::GetInstance() in GetInstance()
[all …]
/external/libnfc-nci/src/include/
DNfcAdaptation.h64 class NfcAdaptation
67 virtual ~NfcAdaptation();
70 static NfcAdaptation& GetInstance();
75 NfcAdaptation();
77 static NfcAdaptation* mpInstance;