Home
last modified time | relevance | path

Searched refs:acl_interface (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dacl_interface.cc41 static acl_interface_t acl_interface{ in GetAclInterface() local
88 return acl_interface; in GetAclInterface()
Dacl.cc332 void ValidateAclInterface(const shim::acl_interface_t& acl_interface) { in ValidateAclInterface() argument
333 log::assert_that(acl_interface.on_send_data_upwards != nullptr, in ValidateAclInterface()
335 log::assert_that(acl_interface.on_packets_completed != nullptr, in ValidateAclInterface()
338 log::assert_that(acl_interface.connection.classic.on_connected != nullptr, in ValidateAclInterface()
340 log::assert_that(acl_interface.connection.classic.on_failed != nullptr, in ValidateAclInterface()
342 log::assert_that(acl_interface.connection.classic.on_disconnected != nullptr, in ValidateAclInterface()
345 log::assert_that(acl_interface.connection.le.on_connected != nullptr, in ValidateAclInterface()
347 log::assert_that(acl_interface.connection.le.on_failed != nullptr, in ValidateAclInterface()
349 log::assert_that(acl_interface.connection.le.on_disconnected != nullptr, in ValidateAclInterface()
1256 shim::Acl::Acl(os::Handler* handler, const acl_interface_t& acl_interface, in Acl() argument
[all …]
DAndroid.bp23 "acl_interface.cc",
Dacl.h41 Acl(os::Handler* handler, const acl_interface_t& acl_interface,
DBUILD.gn54 "acl_interface.cc",
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc44 shim::Acl::Acl(os::Handler* /* handler */, const acl_interface_t& acl_interface, in Acl() argument
46 : acl_interface_(acl_interface) { in Acl()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc156 shim::acl_interface_t acl_interface{ variable
201 static const shim::acl_interface_t& GetMockAclInterface() { return acl_interface; } in GetMockAclInterface()
694 acl_interface.connection.classic.on_connect_request = [](const RawAddress& bda, in TEST_F()
/packages/modules/Bluetooth/system/main/
DAndroid.bp75 "shim/acl_interface.cc",