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

  /packages/apps/Nfc/nci/jni/
NfcTag.h 30 class NfcTag
42 ** Function: NfcTag
49 NfcTag ();
56 ** Description: Get a reference to the singleton NfcTag object.
58 ** Returns: Reference to NfcTag object.
61 static NfcTag& getInstance ();
NfcTag.cpp 21 #include "NfcTag.h"
34 ** Function: NfcTag
41 NfcTag::NfcTag ()
63 ** Description: Get a reference to the singleton NfcTag object.
65 ** Returns: Reference to NfcTag object.
68 NfcTag& NfcTag::getInstance ()
70 static NfcTag tag;
85 void NfcTag::initialize (nfc_jni_native_data* native
    [all...]

Completed in 448 milliseconds