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

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_input_client.cc20 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
131 BluetoothInputClient::BluetoothInputClient() { function in class:chromeos::BluetoothInputClient
[all...]
H A Dbluetooth_input_client.h20 // BluetoothInputClient is used to communicate with objects representing
22 class CHROMEOS_EXPORT BluetoothInputClient : public DBusClient { class in namespace:chromeos
57 virtual ~BluetoothInputClient();
70 static BluetoothInputClient* Create();
73 BluetoothInputClient();
76 DISALLOW_COPY_AND_ASSIGN(BluetoothInputClient);

Completed in 63 milliseconds