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

  /external/chromium_org/chromeos/dbus/
nfc_device_client.cc 22 NfcDeviceClient::Properties::Properties(
31 NfcDeviceClient::Properties::~Properties() {
34 // The NfcDeviceClient implementation used in production.
35 class NfcDeviceClientImpl : public NfcDeviceClient,
51 // NfcDeviceClient override.
52 virtual void AddObserver(NfcDeviceClient::Observer* observer) OVERRIDE {
57 // NfcDeviceClient override.
58 virtual void RemoveObserver(NfcDeviceClient::Observer* observer) OVERRIDE {
63 // NfcDeviceClient override.
73 // NfcDeviceClient override
    [all...]
nfc_device_client.h 26 // NfcDeviceClient is used to communicate with objects representing remote NFC
28 class CHROMEOS_EXPORT NfcDeviceClient : public DBusClient {
60 virtual ~NfcDeviceClient();
104 static NfcDeviceClient* Create(NfcAdapterClient* adapter_client);
109 NfcDeviceClient();
112 DISALLOW_COPY_AND_ASSIGN(NfcDeviceClient);

Completed in 58 milliseconds