OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpInstance
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/include/
NfcAdaptation.h
77
static NfcAdaptation*
mpInstance
;
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
35
NfcAdaptation* NfcAdaptation::
mpInstance
= NULL;
77
mpInstance
= NULL;
93
if (!
mpInstance
)
94
mpInstance
= new NfcAdaptation;
95
return *
mpInstance
;
Completed in 267 milliseconds