Searched defs:NfcTag (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/nfc/
H A Dnfc_tag.cc9 NfcTag::NfcTag() { function in class:device::NfcTag
12 NfcTag::~NfcTag() {
H A Dnfc_tag.h12 // 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 { class in namespace:device
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...]

Completed in 173 milliseconds