Searched refs:BluetoothInputClient (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_input_client.cc21 BluetoothInputClient::Properties::Properties(
29 BluetoothInputClient::Properties::~Properties() {
33 // The BluetoothInputClient implementation used in production.
35 : public BluetoothInputClient,
54 // BluetoothInputClient override.
55 virtual void AddObserver(BluetoothInputClient::Observer* observer)
61 // BluetoothInputClient override.
62 virtual void RemoveObserver(BluetoothInputClient::Observer* observer)
82 // BluetoothInputClient override.
96 FOR_EACH_OBSERVER(BluetoothInputClient
132 BluetoothInputClient::BluetoothInputClient() { function in class:chromeos::BluetoothInputClient
[all...]
H A Dbluetooth_input_client.h24 // BluetoothInputClient is used to communicate with objects representing
26 class CHROMEOS_EXPORT BluetoothInputClient { class in namespace:chromeos
61 virtual ~BluetoothInputClient();
74 static BluetoothInputClient* Create(DBusClientImplementationType type,
78 BluetoothInputClient();
81 DISALLOW_COPY_AND_ASSIGN(BluetoothInputClient);
H A Dfake_bluetooth_input_client.cc23 : BluetoothInputClient::Properties(
98 FOR_EACH_OBSERVER(BluetoothInputClient::Observer, observers_,
109 FOR_EACH_OBSERVER(BluetoothInputClient::Observer, observers_,
119 FOR_EACH_OBSERVER(BluetoothInputClient::Observer, observers_,
H A Dfake_bluetooth_input_client.h22 : public BluetoothInputClient {
24 struct Properties : public BluetoothInputClient::Properties {
39 // BluetoothInputClient override
H A Ddbus_thread_manager.h32 class BluetoothInputClient;
126 virtual BluetoothInputClient* GetBluetoothInputClient() = 0;
H A Ddbus_thread_manager.cc93 BluetoothInputClient::Create(client_type_, system_bus_.get()));
246 virtual BluetoothInputClient* GetBluetoothInputClient() OVERRIDE {
393 scoped_ptr<BluetoothInputClient> bluetooth_input_client_;
H A Dmock_dbus_thread_manager.h58 MOCK_METHOD0(GetBluetoothInputClient, BluetoothInputClient*(void));
H A Dmock_dbus_thread_manager_without_gmock.cc108 BluetoothInputClient*
H A Dmock_dbus_thread_manager_without_gmock.h65 virtual BluetoothInputClient* GetBluetoothInputClient() OVERRIDE;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_chromeos.h34 private chromeos::BluetoothInputClient::Observer {
85 // BluetoothInputClient::Observer override.
H A Dbluetooth_adapter_chromeos.cc269 BluetoothInputClient::Properties* properties =
H A Dbluetooth_device_chromeos.cc211 BluetoothInputClient::Properties* input_properties =

Completed in 119 milliseconds