HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothAgentServiceProvider (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chromeos/dbus/
bluetooth_agent_service_provider.h 18 // BluetoothAgentServiceProvider is used to provide a D-Bus object that
31 class CHROMEOS_EXPORT BluetoothAgentServiceProvider {
159 virtual ~BluetoothAgentServiceProvider();
165 static BluetoothAgentServiceProvider* Create(
171 BluetoothAgentServiceProvider();
174 DISALLOW_COPY_AND_ASSIGN(BluetoothAgentServiceProvider);
fake_bluetooth_agent_service_provider.h 25 : public BluetoothAgentServiceProvider {
31 // Each of these calls the equivalent BluetoothAgentServiceProvider::Delegate
bluetooth_agent_service_provider.cc 23 // The BluetoothAgentServiceProvider implementation used in production.
25 : public BluetoothAgentServiceProvider {
461 BluetoothAgentServiceProvider::BluetoothAgentServiceProvider() {
464 BluetoothAgentServiceProvider::~BluetoothAgentServiceProvider() {
468 BluetoothAgentServiceProvider* BluetoothAgentServiceProvider::Create(
fake_bluetooth_device_client.h 171 BluetoothAgentServiceProvider::Delegate::Status status,
177 BluetoothAgentServiceProvider::Delegate::Status status,
183 BluetoothAgentServiceProvider::Delegate::Status status);
fake_bluetooth_device_client.cc     [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h 25 private chromeos::BluetoothAgentServiceProvider::Delegate {
86 // BluetoothAgentServiceProvider::Delegate override.
205 scoped_ptr<BluetoothAgentServiceProvider> agent_;
bluetooth_device_chromeos.cc 286 agent_.reset(BluetoothAgentServiceProvider::Create(

Completed in 84 milliseconds