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

  /external/chromium_org/device/nfc/
nfc_tag_technology.cc 20 bool NfcNdefTagTechnology::IsSupportedByTag() const {
25 NfcNdefTagTechnology::NfcNdefTagTechnology(NfcTag* tag)
29 NfcNdefTagTechnology::~NfcNdefTagTechnology() {
nfc_tag_technology.h 59 // NfcNdefTagTechnology allows reading and writing NDEF messages to a tag. This
69 class NfcNdefTagTechnology : public NfcTagTechnology {
74 virtual ~NfcNdefTagTechnology();
116 explicit NfcNdefTagTechnology(NfcTag* tag);
118 DISALLOW_COPY_AND_ASSIGN(NfcNdefTagTechnology);

Completed in 48 milliseconds