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

  /external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.h 19 // BluetoothAgentManagerClient is used to communicate with the agent manager
21 class CHROMEOS_EXPORT BluetoothAgentManagerClient : public DBusClient {
23 virtual ~BluetoothAgentManagerClient();
54 static BluetoothAgentManagerClient* Create();
60 BluetoothAgentManagerClient();
63 DISALLOW_COPY_AND_ASSIGN(BluetoothAgentManagerClient);
bluetooth_agent_manager_client.cc 17 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() {
142 BluetoothAgentManagerClient::~BluetoothAgentManagerClient() {
    [all...]

Completed in 440 milliseconds