Searched refs:acl_connection_interface (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 34 …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()
|
D | classic_acl_connection.h | 33 …onnection(std::shared_ptr<Queue> queue, AclConnectionInterface* acl_connection_interface, uint16_t…
|
D | classic_acl_connection_test.cc | 279 AclConnectionInterface* acl_connection_interface = nullptr; in TEST_F() local 281 new ClassicAclConnection(queue_, acl_connection_interface, kConnectionHandle, address_); in TEST_F()
|