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

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.cc18 const char BluetoothAdapterClient::kNoResponseError[] =
20 const char BluetoothAdapterClient::kUnknownAdapterError[] =
23 BluetoothAdapterClient::Properties::Properties(
44 BluetoothAdapterClient::Properties::~Properties() {
48 // The BluetoothAdapterClient implementation used in production.
50 : public BluetoothAdapterClient,
61 // BluetoothAdapterClient override.
62 virtual void AddObserver(BluetoothAdapterClient::Observer* observer)
68 // BluetoothAdapterClient override.
69 virtual void RemoveObserver(BluetoothAdapterClient
255 BluetoothAdapterClient::BluetoothAdapterClient() { function in class:chromeos::BluetoothAdapterClient
[all...]
H A Dbluetooth_adapter_client.h21 // BluetoothAdapterClient is used to communicate with objects representing
23 class CHROMEOS_EXPORT BluetoothAdapterClient : public DBusClient { class in namespace:chromeos
100 virtual ~BluetoothAdapterClient();
141 static BluetoothAdapterClient* Create();
148 BluetoothAdapterClient();
151 DISALLOW_COPY_AND_ASSIGN(BluetoothAdapterClient);

Completed in 152 milliseconds