Searched refs:acl_connection_interface_ (Results 1 – 7 of 7) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 32 …: acl_connection_interface_(acl_connection_interface), address_(address), connection_handle_(conne… in AclConnectionTracker() 315 AclConnectionInterface* acl_connection_interface_; member in bluetooth::hci::acl_manager::AclConnectionTracker 342 : AclConnection(), acl_connection_interface_(nullptr), address_(Address::kEmpty) {} in ClassicAclConnection() 347 …: AclConnection(queue->GetUpEnd(), handle), acl_connection_interface_(acl_connection_interface), a… in ClassicAclConnection() 364 acl_connection_interface_->EnqueueCommand( in Disconnect() 371 acl_connection_interface_->EnqueueCommand( in ChangeConnectionPacketType() 378 acl_connection_interface_->EnqueueCommand( in AuthenticationRequested() 385 acl_connection_interface_->EnqueueCommand( in SetConnectionEncryption() 392 acl_connection_interface_->EnqueueCommand( in ChangeConnectionLinkKey() 399 acl_connection_interface_->EnqueueCommand( in ReadClockOffset() [all …]
|
D | classic_impl.h | 55 acl_connection_interface_ = hci_layer_->GetAclConnectionInterface( in classic_impl() 227 …acl_connection_interface_->EnqueueCommand(std::move(packet), handler_->BindOnce([](CommandStatusVi… in create_connection() 276 new ClassicAclConnection(std::move(queue), acl_connection_interface_, handle, address)); in on_connection_complete() 297 … acl_connection_interface_->EnqueueCommand(std::move(create_connection_packet_and_address.second), in on_connection_complete() 372 acl_connection_interface_->EnqueueCommand( in cancel_connect() 378 acl_connection_interface_->EnqueueCommand( in central_link_key() 384 acl_connection_interface_->EnqueueCommand(std::move(packet), in switch_role() 391 acl_connection_interface_->EnqueueCommand( in write_default_link_policy_settings() 397 acl_connection_interface_->EnqueueCommand( in accept_connection() 634 acl_connection_interface_->EnqueueCommand( in reject_connection() [all …]
|
D | classic_acl_connection.h | 78 AclConnectionInterface* acl_connection_interface_;
|
/system/bt/gd/hci/fuzz/ |
D | hci_layer_fuzz_client.cc | 37 acl_connection_interface_ = hci_->GetAclConnectionInterface( in Start() 107 inject_command<AclCommandView, AclCommandBuilder>(data, acl_connection_interface_); in injectAclConnectionCommand()
|
D | hci_layer_fuzz_client.h | 85 AclConnectionInterface* acl_connection_interface_; variable
|
D | fuzz_hci_layer.cc | 43 return &acl_connection_interface_; in GetAclConnectionInterface()
|
D | fuzz_hci_layer.h | 168 FuzzCommandInterface<AclCommandBuilder> acl_connection_interface_{};
|