OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothInputClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_input_client.cc
20
BluetoothInputClient
::Properties::Properties(
28
BluetoothInputClient
::Properties::~Properties() {
32
// The
BluetoothInputClient
implementation used in production.
34
: public
BluetoothInputClient
,
44
//
BluetoothInputClient
override.
45
virtual void AddObserver(
BluetoothInputClient
::Observer* observer)
51
//
BluetoothInputClient
override.
52
virtual void RemoveObserver(
BluetoothInputClient
::Observer* observer)
72
//
BluetoothInputClient
override.
96
FOR_EACH_OBSERVER(
BluetoothInputClient
::Observer, observers_
[
all
...]
bluetooth_input_client.h
20
//
BluetoothInputClient
is used to communicate with objects representing
22
class CHROMEOS_EXPORT
BluetoothInputClient
: public DBusClient {
57
virtual ~
BluetoothInputClient
();
70
static
BluetoothInputClient
* Create();
73
BluetoothInputClient
();
76
DISALLOW_COPY_AND_ASSIGN(
BluetoothInputClient
);
Completed in 375 milliseconds