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

  /external/chromium_org/chromeos/dbus/
nfc_record_client.cc 20 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 impl"
    [all...]
nfc_record_client.h 22 // NfcRecordClient is used to communicate with objects representing NDEF
24 class CHROMEOS_EXPORT NfcRecordClient : public DBusClient {
106 virtual ~NfcRecordClient();
129 static NfcRecordClient* Create(NfcDeviceClient* device_client,
135 NfcRecordClient();
138 DISALLOW_COPY_AND_ASSIGN(NfcRecordClient);

Completed in 85 milliseconds