Searched refs:BluetoothAdapter (Results 1 – 3 of 3) sorted by relevance
49 BluetoothAdapter::BluetoothAdapter(scoped_refptr<Bus> bus, in BluetoothAdapter() function in ipc::dbus::BluetoothAdapter56 base::Bind(&BluetoothAdapter::Enable, base::Unretained(this)))); in BluetoothAdapter()60 base::Bind(&BluetoothAdapter::Disable, base::Unretained(this)))); in BluetoothAdapter()64 base::Bind(&BluetoothAdapter::Introspect, base::Unretained(this)))); in BluetoothAdapter()72 void BluetoothAdapter::Enable(MethodCall* method_call, in Enable()79 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable()86 void BluetoothAdapter::Introspect( in Introspect()103 BluetoothAdapter::~BluetoothAdapter() {} in ~BluetoothAdapter()
35 class BluetoothAdapter {37 explicit BluetoothAdapter(scoped_refptr<Bus> bus,39 virtual ~BluetoothAdapter();
59 ipc::dbus::BluetoothAdapter* bluetooth_adapter = in InitDbus()60 new ipc::dbus::BluetoothAdapter(bus_, adapter()); in InitDbus()