HomeSort by relevance Sort by last modified time
    Searched refs:NfcTagChromeOS (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/device/nfc/
nfc_tag_chromeos.cc 52 NfcTagChromeOS::NfcTagChromeOS(const dbus::ObjectPath& object_path)
59 NfcTagChromeOS::~NfcTagChromeOS() {
63 void NfcTagChromeOS::AddObserver(NfcTag::Observer* observer) {
67 void NfcTagChromeOS::RemoveObserver(NfcTag::Observer* observer) {
71 std::string NfcTagChromeOS::GetIdentifier() const {
75 NfcTag::TagType NfcTagChromeOS::GetType() const {
82 bool NfcTagChromeOS::IsReadOnly() const {
88 NfcTag::Protocol NfcTagChromeOS::GetSupportedProtocol() const
    [all...]
nfc_tag_chromeos.h 20 // The NfcTagChromeOS class implements device::NfcTag for the Chrome OS
22 class NfcTagChromeOS : public device::NfcTag,
49 explicit NfcTagChromeOS(const dbus::ObjectPath& object_path);
50 virtual ~NfcTagChromeOS();
65 DISALLOW_COPY_AND_ASSIGN(NfcTagChromeOS);
nfc_tag_technology_chromeos.h 17 class NfcTagChromeOS;
21 // instance of this class must be tied to an instance of NfcTagChromeOS.
22 // Instances of this class must never outlast the owning NfcTagChromeOS
46 friend class NfcTagChromeOS;
51 explicit NfcNdefTagTechnologyChromeOS(NfcTagChromeOS* tag);
nfc_adapter_chromeos.cc 234 NfcTagChromeOS* tag_chromeos = new NfcTagChromeOS(object_path);
289 NfcTagChromeOS* tag_chromeos = new NfcTagChromeOS(object_path);
nfc_tag_technology_chromeos.cc 23 NfcNdefTagTechnologyChromeOS::NfcNdefTagTechnologyChromeOS(NfcTagChromeOS* tag)

Completed in 167 milliseconds