Searched refs:BluetoothBinderServer (Results 1 – 3 of 3) sorted by relevance
44 BluetoothBinderServer::BluetoothBinderServer(bluetooth::Adapter* adapter) in BluetoothBinderServer() function in ipc::binder::BluetoothBinderServer50 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 …]
65 class BluetoothBinderServer : public BnBluetooth,68 explicit BluetoothBinderServer(bluetooth::Adapter* adapter);69 ~BluetoothBinderServer() override;192 DISALLOW_COPY_AND_ASSIGN(BluetoothBinderServer);
48 android::sp<binder::BluetoothBinderServer> bt_server = in Run()49 new binder::BluetoothBinderServer(adapter()); in Run()