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

  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 19 const char BluetoothDeviceClient::kNoResponseError[] =
21 const char BluetoothDeviceClient::kUnknownDeviceError[] =
24 BluetoothDeviceClient::Properties::Properties(
50 BluetoothDeviceClient::Properties::~Properties() {
54 // The BluetoothDeviceClient implementation used in production.
56 : public BluetoothDeviceClient,
67 // BluetoothDeviceClient override.
68 virtual void AddObserver(BluetoothDeviceClient::Observer* observer)
74 // BluetoothDeviceClient override.
75 virtual void RemoveObserver(BluetoothDeviceClient::Observer* observer
    [all...]
bluetooth_device_client.h 21 // BluetoothDeviceClient is used to communicate with objects representing
23 class CHROMEOS_EXPORT BluetoothDeviceClient : public DBusClient {
122 virtual ~BluetoothDeviceClient();
201 static BluetoothDeviceClient* Create();
208 BluetoothDeviceClient();
211 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceClient);

Completed in 772 milliseconds