Home
last modified time | relevance | path

Searched refs:BluetoothAdapter (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc49 BluetoothAdapter::BluetoothAdapter(scoped_refptr<Bus> bus, in BluetoothAdapter() function in ipc::dbus::BluetoothAdapter
56 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()
Dbluetooth_adapter.h35 class BluetoothAdapter {
37 explicit BluetoothAdapter(scoped_refptr<Bus> bus,
39 virtual ~BluetoothAdapter();
Dipc_handler_dbus.cc59 ipc::dbus::BluetoothAdapter* bluetooth_adapter = in InitDbus()
60 new ipc::dbus::BluetoothAdapter(bus_, adapter()); in InitDbus()