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

/external/chromium_org/chromeos/dbus/
H A Dnfc_manager_client.h19 // NfcManagerClient is used to communicate with the neard Manager service.
20 class CHROMEOS_EXPORT NfcManagerClient : public DBusClient { class in namespace:chromeos
35 // from NfcManagerClient::Observer; to get notified of changes to the list of
54 virtual ~NfcManagerClient();
64 static NfcManagerClient* Create();
69 NfcManagerClient();
72 DISALLOW_COPY_AND_ASSIGN(NfcManagerClient);
H A Dnfc_manager_client.cc15 NfcManagerClient::Properties::Properties(
24 NfcManagerClient::Properties::~Properties() {
28 // The NfcManagerClient implementation used in production.
29 class NfcManagerClientImpl : public NfcManagerClient {
39 // NfcManagerClient override.
45 // NfcManagerClient override.
51 // NfcManagerClient override.
150 ObserverList<NfcManagerClient::Observer> observers_;
161 NfcManagerClient::NfcManagerClient() { function in class:chromeos::NfcManagerClient
[all...]

Completed in 728 milliseconds