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

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_service_provider.h20 // BluetoothProfileServiceProvider is used to provide a D-Bus object that the
32 class CHROMEOS_EXPORT BluetoothProfileServiceProvider { class in namespace:chromeos
104 virtual ~BluetoothProfileServiceProvider();
110 static BluetoothProfileServiceProvider* Create(
116 BluetoothProfileServiceProvider();
119 DISALLOW_COPY_AND_ASSIGN(BluetoothProfileServiceProvider);
H A Dbluetooth_profile_service_provider.cc23 // The BluetoothProfileServiceProvider implementation used in production.
25 : public BluetoothProfileServiceProvider {
244 BluetoothProfileServiceProvider::BluetoothProfileServiceProvider() { function in class:chromeos::BluetoothProfileServiceProvider
247 BluetoothProfileServiceProvider::~BluetoothProfileServiceProvider() {
251 BluetoothProfileServiceProvider* BluetoothProfileServiceProvider::Create(

Completed in 397 milliseconds