HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothAdapterClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
bluetooth_adapter_client.cc 18 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::Observer* observer
    [all...]
bluetooth_adapter_client.h 21 // BluetoothAdapterClient is used to communicate with objects representing
23 class CHROMEOS_EXPORT BluetoothAdapterClient : public DBusClient {
100 virtual ~BluetoothAdapterClient();
141 static BluetoothAdapterClient* Create();
148 BluetoothAdapterClient();
151 DISALLOW_COPY_AND_ASSIGN(BluetoothAdapterClient);

Completed in 204 milliseconds