Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc44 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter) in BluetoothBinderServer() function in ipc::binder::BluetoothBinderServer
50 BluetoothBinderServer::~BluetoothBinderServer() { in ~BluetoothBinderServer()
92 Status BluetoothBinderServer::GetUUIDs( in GetUUIDs()
127 Status BluetoothBinderServer::SspReply( in SspReply()
136 Status BluetoothBinderServer::CreateBond( in CreateBond()
151 Status BluetoothBinderServer::RemoveBond( in RemoveBond()
166 Status BluetoothBinderServer::RegisterCallback( in RegisterCallback()
369 android::status_t BluetoothBinderServer::dump( in dump()
433 void BluetoothBinderServer::OnBondStateChanged( in OnBondStateChanged()
446 void BluetoothBinderServer::OnGetBondedDevices( in OnGetBondedDevices()
[all …]
H A Dbluetooth_binder_server.h65 class BluetoothBinderServer : public BnBluetooth,
68 explicit BluetoothBinderServer(bluetooth::Adapter* adapter);
69 ~BluetoothBinderServer() override;
192 DISALLOW_COPY_AND_ASSIGN(BluetoothBinderServer);
H A Dipc_handler_binder.cc48 android::sp<binder::BluetoothBinderServer> bt_server = in Run()
49 new binder::BluetoothBinderServer(adapter()); in Run()