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

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_agent_manager_client.h19 // BluetoothAgentManagerClient is used to communicate with the agent manager
21 class CHROMEOS_EXPORT BluetoothAgentManagerClient : public DBusClient { class in namespace:chromeos
23 virtual ~BluetoothAgentManagerClient();
54 static BluetoothAgentManagerClient* Create();
60 BluetoothAgentManagerClient();
63 DISALLOW_COPY_AND_ASSIGN(BluetoothAgentManagerClient);
H A Dbluetooth_agent_manager_client.cc17 const char BluetoothAgentManagerClient::kNoResponseError[] =
20 // The BluetoothAgentManagerClient implementation used in production.
22 : public BluetoothAgentManagerClient {
29 // BluetoothAgentManagerClient override.
51 // BluetoothAgentManagerClient override.
72 // BluetoothAgentManagerClient override.
139 BluetoothAgentManagerClient::BluetoothAgentManagerClient() { function in class:chromeos::BluetoothAgentManagerClient
142 BluetoothAgentManagerClient::~BluetoothAgentManagerClient() {
[all...]

Completed in 220 milliseconds