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

/external/chromium_org/device/nfc/
H A Dnfc_tag_technology.cc20 bool NfcNdefTagTechnology::IsSupportedByTag() const {
25 NfcNdefTagTechnology::NfcNdefTagTechnology(NfcTag* tag) function in class:device::NfcNdefTagTechnology
29 NfcNdefTagTechnology::~NfcNdefTagTechnology() {
H A Dnfc_tag_technology.h59 // NfcNdefTagTechnology allows reading and writing NDEF messages to a tag. This
69 class NfcNdefTagTechnology : public NfcTagTechnology { class in namespace:device
74 virtual ~NfcNdefTagTechnology();
116 explicit NfcNdefTagTechnology(NfcTag* tag);
118 DISALLOW_COPY_AND_ASSIGN(NfcNdefTagTechnology);

Completed in 103 milliseconds