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 AclConnectionTracker(AclConnectionInterface* acl_connection_interface, const Address& address, in AclConnectionTracker() argument 36 : acl_connection_interface_(acl_connection_interface), in AclConnectionTracker() 328 impl(AclConnectionInterface* acl_connection_interface, std::shared_ptr<Queue> queue, in impl() 330 : tracker(acl_connection_interface, address, connection_handle), queue_(std::move(queue)) {} in impl() 354 AclConnectionInterface* acl_connection_interface, in ClassicAclConnection() argument 357 acl_connection_interface_(acl_connection_interface), in ClassicAclConnection() 359 pimpl_ = new ClassicAclConnection::impl(acl_connection_interface, std::move(queue), address, in ClassicAclConnection()
|
D | classic_acl_connection_test.cc | 276 AclConnectionInterface* acl_connection_interface = nullptr; in TEST_F() local 278 new ClassicAclConnection(queue_, acl_connection_interface, kConnectionHandle, address_); in TEST_F()
|
D | classic_acl_connection.h | 34 AclConnectionInterface* acl_connection_interface, uint16_t handle,
|