Home
last modified time | relevance | path

Searched refs:acl_connection_interface (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.cc31 …AclConnectionInterface* acl_connection_interface, const Address& address, uint16_t connection_hand… in AclConnectionTracker() argument
32 …: acl_connection_interface_(acl_connection_interface), address_(address), connection_handle_(conne… in AclConnectionTracker()
325 AclConnectionInterface* acl_connection_interface, in impl()
329 : tracker(acl_connection_interface, address, connection_handle), queue_(std::move(queue)) {} in impl()
345 … AclConnectionInterface* acl_connection_interface, uint16_t handle, in ClassicAclConnection() argument
347 …: AclConnection(queue->GetUpEnd(), handle), acl_connection_interface_(acl_connection_interface), a… in ClassicAclConnection()
348 …pimpl_ = new ClassicAclConnection::impl(acl_connection_interface, std::move(queue), address, handl… in ClassicAclConnection()
H A Dclassic_acl_connection.h31 …onnection(std::shared_ptr<Queue> queue, AclConnectionInterface* acl_connection_interface, uint16_t…