OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NfcTag
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
NfcTag.h
31
class
NfcTag
43
** Function:
NfcTag
50
NfcTag
();
57
** Description: Get a reference to the singleton
NfcTag
object.
59
** Returns: Reference to
NfcTag
object.
62
static
NfcTag
& getInstance ();
NfcTag.cpp
21
#include "
NfcTag
.h"
34
** Function:
NfcTag
41
NfcTag
::
NfcTag
()
65
** Description: Get a reference to the singleton
NfcTag
object.
67
** Returns: Reference to
NfcTag
object.
70
NfcTag
&
NfcTag
::getInstance ()
72
static
NfcTag
tag;
87
void
NfcTag
::initialize (nfc_jni_native_data* native
[
all
...]
Completed in 479 milliseconds