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

  /external/chromium_org/chromeos/dbus/
bluetooth_profile_service_provider.cc 23 // The BluetoothProfileServiceProvider implementation used in production.
25 : public BluetoothProfileServiceProvider {
244 BluetoothProfileServiceProvider::BluetoothProfileServiceProvider() {
247 BluetoothProfileServiceProvider::~BluetoothProfileServiceProvider() {
251 BluetoothProfileServiceProvider* BluetoothProfileServiceProvider::Create(
bluetooth_profile_service_provider.h 20 // BluetoothProfileServiceProvider is used to provide a D-Bus object that the
32 class CHROMEOS_EXPORT BluetoothProfileServiceProvider {
104 virtual ~BluetoothProfileServiceProvider();
110 static BluetoothProfileServiceProvider* Create(
116 BluetoothProfileServiceProvider();
119 DISALLOW_COPY_AND_ASSIGN(BluetoothProfileServiceProvider);

Completed in 42 milliseconds