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

  /external/chromium_org/device/nfc/
nfc_tag.cc 9 NfcTag::NfcTag() {
12 NfcTag::~NfcTag() {
nfc_tag.h 12 // NfcTag represents a remote NFC tag. An NFC tag is a passive NFC device,
24 // The NfcTag class facilitates possible interactions with a tag. The most
27 class NfcTag {
55 virtual void TagTypeChanged(NfcTag* tag, TagType type) {}
58 virtual void TagWritePermissionChanged(NfcTag* tag, bool read_only) {}
61 virtual void TagSupportedProtocolChanged(NfcTag* tag, Protocol protocol) {}
65 virtual void TagReady(NfcTag* tag) {}
68 virtual ~NfcTag();
104 NfcTag();
107 DISALLOW_COPY_AND_ASSIGN(NfcTag);
    [all...]
  /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"
35 ** Function: NfcTag
42 NfcTag::NfcTag ()
69 ** Description: Get a reference to the singleton NfcTag object.
71 ** Returns: Reference to NfcTag object.
74 NfcTag& NfcTag::getInstance ()
76 static NfcTag tag;
91 void NfcTag::initialize (nfc_jni_native_data* native
    [all...]

Completed in 80 milliseconds