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

/external/chromium_org/chromeos/dbus/
H A Dnfc_device_client.h26 // NfcDeviceClient is used to communicate with objects representing remote NFC
28 class CHROMEOS_EXPORT NfcDeviceClient : public DBusClient { class in namespace:chromeos
60 virtual ~NfcDeviceClient();
104 static NfcDeviceClient* Create(NfcAdapterClient* adapter_client);
109 NfcDeviceClient();
112 DISALLOW_COPY_AND_ASSIGN(NfcDeviceClient);
H A Dnfc_device_client.cc22 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 overrid
230 NfcDeviceClient::NfcDeviceClient() { function in class:chromeos::NfcDeviceClient
[all...]

Completed in 79 milliseconds