Home
last modified time | relevance | path

Searched refs:GetAclConnectionInterface (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc37 …acl_connection_interface_ = hci_->GetAclConnectionInterface(GetHandler()->Bind([](EventPacketView)… in Start()
Dfuzz_hci_layer.cc38 hci::AclConnectionInterface* FuzzHciLayer::GetAclConnectionInterface( in GetAclConnectionInterface() function in bluetooth::hci::fuzz::FuzzHciLayer
Dfuzz_hci_layer.h102 hci::AclConnectionInterface* GetAclConnectionInterface(
/system/bt/gd/hci/
Dhci_layer.h70 virtual AclConnectionInterface* GetAclConnectionInterface(
Dhci_layer.cc302 AclConnectionInterface* HciLayer::GetAclConnectionInterface( in GetAclConnectionInterface() function in bluetooth::hci::HciLayer
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h50 … hci_layer_->GetAclConnectionInterface(handler_->BindOn(this, &classic_impl::on_classic_event), in classic_impl()