HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothInputClient (Results 1 - 15 of 15) 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);
fake_bluetooth_input_client.cc 23 : BluetoothInputClient::Properties(
105 FOR_EACH_OBSERVER(BluetoothInputClient::Observer, observers_,
116 FOR_EACH_OBSERVER(BluetoothInputClient::Observer, observers_,
126 FOR_EACH_OBSERVER(BluetoothInputClient::Observer, observers_,
fake_bluetooth_input_client.h 21 : public BluetoothInputClient {
23 struct Properties : public BluetoothInputClient::Properties {
38 // BluetoothInputClient overrides
dbus_client_bundle.h 20 class BluetoothInputClient;
125 BluetoothInputClient* bluetooth_input_client() {
252 scoped_ptr<BluetoothInputClient> bluetooth_input_client_;
dbus_thread_manager.h 33 class BluetoothInputClient;
123 BluetoothInputClient* GetBluetoothInputClient();
208 void SetBluetoothInputClient(scoped_ptr<BluetoothInputClient> client);
dbus_thread_manager.cc 151 BluetoothInputClient* DBusThreadManager::GetBluetoothInputClient() {
472 scoped_ptr<BluetoothInputClient> client) {
dbus_client_bundle.cc 129 bluetooth_input_client_.reset(BluetoothInputClient::Create());
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider_unittest.cc 41 using chromeos::BluetoothInputClient;
79 scoped_ptr<BluetoothInputClient>(new FakeBluetoothInputClient));
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.h 40 public chromeos::BluetoothInputClient::Observer,
142 // BluetoothInputClient::Observer override.
bluetooth_socket_chromeos_unittest.cc 67 scoped_ptr<BluetoothInputClient>(new FakeBluetoothInputClient));
bluetooth_device_chromeos.cc 273 BluetoothInputClient::Properties* input_properties =
bluetooth_adapter_chromeos.cc 415 BluetoothInputClient::Properties* properties =
    [all...]
bluetooth_gatt_chromeos_unittest.cc 308 scoped_ptr<BluetoothInputClient>(new FakeBluetoothInputClient));
    [all...]
bluetooth_chromeos_unittest.cc 249 scoped_ptr<BluetoothInputClient>(new FakeBluetoothInputClient));
    [all...]

Completed in 247 milliseconds