OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NfcAdaptation
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
19
#include "
NfcAdaptation
.h"
28
#define LOG_TAG "
NfcAdaptation
"
35
NfcAdaptation
*
NfcAdaptation
::mpInstance = NULL;
36
ThreadMutex
NfcAdaptation
::sLock;
37
nfc_nci_device_t*
NfcAdaptation
::mHalDeviceContext = NULL;
38
tHAL_NFC_CBACK*
NfcAdaptation
::mHalCallback = NULL;
39
tHAL_NFC_DATA_CBACK*
NfcAdaptation
::mHalDataCallback = NULL;
40
ThreadCondVar
NfcAdaptation
::mHalOpenCompletedEvent;
41
ThreadCondVar
NfcAdaptation
::mHalCloseCompletedEvent
[
all
...]
/external/libnfc-nci/src/include/
NfcAdaptation.h
64
class
NfcAdaptation
67
virtual ~
NfcAdaptation
();
70
static
NfcAdaptation
& GetInstance();
75
NfcAdaptation
();
77
static
NfcAdaptation
* mpInstance;
/packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp
21
#include "
NfcAdaptation
.h"
[
all
...]
Completed in 208 milliseconds