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

/external/chromium_org/chromeos/dbus/
H A Dnfc_record_client.cc20 NfcRecordClient::Properties::Properties(
36 NfcRecordClient::Properties::~Properties() {
39 // The NfcRecordClient implementation used in production.
40 class NfcRecordClientImpl : public NfcRecordClient,
62 // NfcRecordClient override.
63 virtual void AddObserver(NfcRecordClient::Observer* observer) OVERRIDE {
68 // NfcRecordClient override.
69 virtual void RemoveObserver(NfcRecordClient::Observer* observer) OVERRIDE {
88 // NfcRecordClient override.
98 VLOG(1) << "Creating NfcRecordClient imp
270 NfcRecordClient::NfcRecordClient() { function in class:chromeos::NfcRecordClient
[all...]
H A Dnfc_record_client.h22 // NfcRecordClient is used to communicate with objects representing NDEF
24 class CHROMEOS_EXPORT NfcRecordClient : public DBusClient { class in namespace:chromeos
106 virtual ~NfcRecordClient();
129 static NfcRecordClient* Create(NfcDeviceClient* device_client,
135 NfcRecordClient();
138 DISALLOW_COPY_AND_ASSIGN(NfcRecordClient);

Completed in 1352 milliseconds