Searched refs:acl_interface (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.cc | 48 static acl_interface_t acl_interface{ in GetAclInterface() local 98 return acl_interface; in GetAclInterface()
|
D | acl.cc | 355 void ValidateAclInterface(const shim::legacy::acl_interface_t& acl_interface) { in ValidateAclInterface() argument 356 log::assert_that(acl_interface.on_send_data_upwards != nullptr, in ValidateAclInterface() 358 log::assert_that(acl_interface.on_packets_completed != nullptr, in ValidateAclInterface() 361 log::assert_that(acl_interface.connection.classic.on_connected != nullptr, in ValidateAclInterface() 364 acl_interface.connection.classic.on_failed != nullptr, in ValidateAclInterface() 367 acl_interface.connection.classic.on_disconnected != nullptr, in ValidateAclInterface() 370 log::assert_that(acl_interface.connection.le.on_connected != nullptr, in ValidateAclInterface() 372 log::assert_that(acl_interface.connection.le.on_failed != nullptr, in ValidateAclInterface() 375 acl_interface.connection.le.on_disconnected != nullptr, in ValidateAclInterface() 1420 const acl_interface_t& acl_interface, in Acl() argument [all …]
|
D | acl.h | 41 Acl(os::Handler* handler, const acl_interface_t& acl_interface,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl.cc | 53 const acl_interface_t& acl_interface, in Acl() argument 56 : acl_interface_(acl_interface) { in Acl()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 160 shim::legacy::acl_interface_t acl_interface{ variable 206 return acl_interface; in GetMockAclInterface() 760 acl_interface.connection.classic.on_connect_request = in TEST_F()
|