OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NfcDeviceClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
nfc_device_client.cc
21
NfcDeviceClient
::Properties::Properties(
30
NfcDeviceClient
::Properties::~Properties() {
33
// The
NfcDeviceClient
implementation used in production.
34
class NfcDeviceClientImpl : public
NfcDeviceClient
,
50
//
NfcDeviceClient
override.
51
virtual void AddObserver(
NfcDeviceClient
::Observer* observer) OVERRIDE {
56
//
NfcDeviceClient
override.
57
virtual void RemoveObserver(
NfcDeviceClient
::Observer* observer) OVERRIDE {
62
//
NfcDeviceClient
override.
69
//
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
();
99
static
NfcDeviceClient
* Create(NfcAdapterClient* adapter_client);
104
NfcDeviceClient
();
107
DISALLOW_COPY_AND_ASSIGN(
NfcDeviceClient
);
Completed in 297 milliseconds