Home
last modified time | relevance | path

Searched refs:BluetoothProfileManagerClient (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dbluetooth_profile_manager_client.h22 class CHROMEOS_EXPORT BluetoothProfileManagerClient : public DBusClient {
72 virtual ~BluetoothProfileManagerClient();
98 static BluetoothProfileManagerClient* Create();
104 BluetoothProfileManagerClient();
107 DISALLOW_COPY_AND_ASSIGN(BluetoothProfileManagerClient);
Dbluetooth_profile_manager_client.cc17 const char BluetoothProfileManagerClient::kNoResponseError[] =
21 BluetoothProfileManagerClient::Options::Options() { in Options()
24 BluetoothProfileManagerClient::Options::~Options() { in ~Options()
29 : public BluetoothProfileManagerClient {
236 BluetoothProfileManagerClient::BluetoothProfileManagerClient() { in BluetoothProfileManagerClient() function in chromeos::BluetoothProfileManagerClient
239 BluetoothProfileManagerClient::~BluetoothProfileManagerClient() { in ~BluetoothProfileManagerClient()
242 BluetoothProfileManagerClient* BluetoothProfileManagerClient::Create() { in Create()
Ddbus_client_bundle.h21 class BluetoothProfileManagerClient; variable
129 BluetoothProfileManagerClient* bluetooth_profile_manager_client() { in bluetooth_profile_manager_client()
253 scoped_ptr<BluetoothProfileManagerClient> bluetooth_profile_manager_client_;
Ddbus_thread_manager.h34 class BluetoothProfileManagerClient; variable
124 BluetoothProfileManagerClient* GetBluetoothProfileManagerClient();
210 scoped_ptr<BluetoothProfileManagerClient> client);
Dfake_bluetooth_profile_manager_client.h27 : public BluetoothProfileManagerClient {
Ddbus_thread_manager.cc155 BluetoothProfileManagerClient*
478 scoped_ptr<BluetoothProfileManagerClient> client) { in SetBluetoothProfileManagerClient()
Ddbus_client_bundle.cc131 BluetoothProfileManagerClient::Create()); in DBusClientBundle()
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos.h173 scoped_ptr<BluetoothProfileManagerClient::Options> options_;
Dbluetooth_socket_chromeos.cc110 options_.reset(new BluetoothProfileManagerClient::Options()); in Connect()
137 options_.reset(new BluetoothProfileManagerClient::Options()); in Listen()
Dbluetooth_socket_chromeos_unittest.cc69 scoped_ptr<BluetoothProfileManagerClient>( in SetUp()