Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc34 …AclConnectionInterface* acl_connection_interface, const Address& address, uint16_t connection_hand… in AclConnectionTracker() argument
35 …: acl_connection_interface_(acl_connection_interface), address_(address), connection_handle_(conne… in AclConnectionTracker()
332 AclConnectionInterface* acl_connection_interface, in impl()
336 : tracker(acl_connection_interface, address, connection_handle), queue_(std::move(queue)) {} in impl()
357 … AclConnectionInterface* acl_connection_interface, uint16_t handle, in ClassicAclConnection() argument
359 …: AclConnection(queue->GetUpEnd(), handle), acl_connection_interface_(acl_connection_interface), a… in ClassicAclConnection()
360 …pimpl_ = new ClassicAclConnection::impl(acl_connection_interface, std::move(queue), address, handl… in ClassicAclConnection()
Dclassic_acl_connection.h33 …onnection(std::shared_ptr<Queue> queue, AclConnectionInterface* acl_connection_interface, uint16_t…
Dclassic_acl_connection_test.cc279 AclConnectionInterface* acl_connection_interface = nullptr; in TEST_F() local
281 new ClassicAclConnection(queue_, acl_connection_interface, kConnectionHandle, address_); in TEST_F()