HomeSort by relevance Sort by last modified time
    Searched defs:NfcAdaptation (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/include/
NfcAdaptation.h 64 class NfcAdaptation
67 virtual ~NfcAdaptation();
70 static NfcAdaptation& GetInstance();
75 NfcAdaptation();
77 static NfcAdaptation* mpInstance;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 19 #include "NfcAdaptation.h"
30 #define LOG_TAG "NfcAdaptation"
37 NfcAdaptation* NfcAdaptation::mpInstance = NULL;
38 ThreadMutex NfcAdaptation::sLock;
39 nfc_nci_device_t* NfcAdaptation::mHalDeviceContext = NULL;
40 tHAL_NFC_CBACK* NfcAdaptation::mHalCallback = NULL;
41 tHAL_NFC_DATA_CBACK* NfcAdaptation::mHalDataCallback = NULL;
42 ThreadCondVar NfcAdaptation::mHalOpenCompletedEvent;
43 ThreadCondVar NfcAdaptation::mHalCloseCompletedEvent
    [all...]

Completed in 47 milliseconds