OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NfcAdapterClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
nfc_adapter_client.cc
21
NfcAdapterClient
::Properties::Properties(
35
NfcAdapterClient
::Properties::~Properties() {
38
// The
NfcAdapterClient
implementation used in production.
40
: public
NfcAdapterClient
,
55
//
NfcAdapterClient
override.
56
virtual void AddObserver(
NfcAdapterClient
::Observer* observer) OVERRIDE {
61
//
NfcAdapterClient
override.
62
virtual void RemoveObserver(
NfcAdapterClient
::Observer* observer) OVERRIDE {
67
//
NfcAdapterClient
override.
72
//
NfcAdapterClient
override
[
all
...]
nfc_adapter_client.h
24
//
NfcAdapterClient
is used to communicate with objects representing local NFC
26
class CHROMEOS_EXPORT
NfcAdapterClient
: public DBusClient {
80
virtual ~
NfcAdapterClient
();
115
static
NfcAdapterClient
* Create(NfcManagerClient* manager_client);
120
NfcAdapterClient
();
123
DISALLOW_COPY_AND_ASSIGN(
NfcAdapterClient
);
Completed in 28 milliseconds