Searched refs:NfcTagChromeOS (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/device/nfc/
H A Dnfc_tag_chromeos.cc52 NfcTagChromeOS::NfcTagChromeOS(const dbus::ObjectPath& object_path) function in class:chromeos::NfcTagChromeOS
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
[all...]
H A Dnfc_tag_chromeos.h20 // The NfcTagChromeOS class implements device::NfcTag for the Chrome OS
22 class NfcTagChromeOS : public device::NfcTag, class in namespace:chromeos
49 explicit NfcTagChromeOS(const dbus::ObjectPath& object_path);
50 virtual ~NfcTagChromeOS();
65 DISALLOW_COPY_AND_ASSIGN(NfcTagChromeOS);
H A Dnfc_tag_technology_chromeos.h17 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);
H A Dnfc_adapter_chromeos.cc234 NfcTagChromeOS* tag_chromeos = new NfcTagChromeOS(object_path);
289 NfcTagChromeOS* tag_chromeos = new NfcTagChromeOS(object_path);
H A Dnfc_tag_technology_chromeos.cc23 NfcNdefTagTechnologyChromeOS::NfcNdefTagTechnologyChromeOS(NfcTagChromeOS* tag)

Completed in 431 milliseconds