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

  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.cc 17 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() {
239 BluetoothProfileManagerClient::~BluetoothProfileManagerClient()
    [all...]
bluetooth_profile_manager_client.h 20 // BluetoothProfileManagerClient is used to communicate with the profile
22 class CHROMEOS_EXPORT BluetoothProfileManagerClient : public DBusClient {
72 virtual ~BluetoothProfileManagerClient();
98 static BluetoothProfileManagerClient* Create();
104 BluetoothProfileManagerClient();
107 DISALLOW_COPY_AND_ASSIGN(BluetoothProfileManagerClient);

Completed in 37 milliseconds