Searched defs:BluetoothProfileManagerClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_manager_client.cc17 const char BluetoothProfileManagerClient::kNoResponseError[] =
21 BluetoothProfileManagerClient::Options::Options() {
24 BluetoothProfileManagerClient::Options::~Options() {
27 // The BluetoothProfileManagerClient implementation used in production.
29 : public BluetoothProfileManagerClient {
36 // BluetoothProfileManagerClient override.
171 // BluetoothProfileManagerClient override.
236 BluetoothProfileManagerClient::BluetoothProfileManagerClient() { function in class:chromeos::BluetoothProfileManagerClient
239 BluetoothProfileManagerClient
[all...]
H A Dbluetooth_profile_manager_client.h20 // BluetoothProfileManagerClient is used to communicate with the profile
22 class CHROMEOS_EXPORT BluetoothProfileManagerClient : public DBusClient { class in namespace:chromeos
72 virtual ~BluetoothProfileManagerClient();
98 static BluetoothProfileManagerClient* Create();
104 BluetoothProfileManagerClient();
107 DISALLOW_COPY_AND_ASSIGN(BluetoothProfileManagerClient);

Completed in 630 milliseconds