/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl.cc | 48 void shim::legacy::Acl::Dump(int /* fd */) const { in Dump() 52 shim::legacy::Acl::Acl(os::Handler* /* handler */, in Acl() function in shim::legacy::Acl 59 shim::legacy::Acl::~Acl() { inc_func_call_count(__func__); } in ~Acl() 61 bool shim::legacy::Acl::CheckForOrphanedAclConnections() const { in CheckForOrphanedAclConnections() 66 void shim::legacy::Acl::on_incoming_acl_credits(uint16_t /* handle */, in on_incoming_acl_credits() 73 struct shim::legacy::Acl::impl {}; 75 void shim::legacy::Acl::CreateClassicConnection( in CreateClassicConnection() 80 void shim::legacy::Acl::CancelClassicConnection( in CancelClassicConnection() 85 void shim::legacy::Acl::AcceptLeConnectionFrom( in AcceptLeConnectionFrom() 91 void shim::legacy::Acl::IgnoreLeConnectionFrom( in IgnoreLeConnectionFrom() [all …]
|
D | mock_main_shim_stack.cc | 24 legacy::Acl* acl_{nullptr}; 45 legacy::Acl* Stack::GetAcl() { return testing::acl_; } in GetAcl()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 898 struct shim::legacy::Acl::impl { 1411 void shim::legacy::Acl::Dump(int fd) const { in Dump() 1419 shim::legacy::Acl::Acl(os::Handler* handler, in Acl() function in shim::legacy::Acl 1426 pimpl_ = std::make_unique<Acl::impl>(max_acceptlist_size, in Acl() 1431 handler->BindOn(this, &Acl::on_incoming_acl_credits)); in Acl() 1436 shim::legacy::Acl::~Acl() { in ~Acl() 1445 bool shim::legacy::Acl::CheckForOrphanedAclConnections() const { in CheckForOrphanedAclConnections() 1476 void shim::legacy::Acl::on_incoming_acl_credits(uint16_t handle, in on_incoming_acl_credits() 1481 void shim::legacy::Acl::write_data_sync( in write_data_sync() 1492 void shim::legacy::Acl::WriteData(HciHandle handle, in WriteData() [all …]
|
D | acl.h | 37 class Acl : public hci::acl_manager::ConnectionCallbacks, 41 Acl(os::Handler* handler, const acl_interface_t& acl_interface, 44 Acl(const Acl&) = delete; 45 Acl& operator=(const Acl&) = delete; 47 ~Acl();
|
D | stack.h | 34 class Acl; variable 58 legacy::Acl* GetAcl();
|
D | stack.cc | 64 legacy::Acl* acl_ = nullptr; 110 pimpl_->acl_ = new legacy::Acl(stack_handler_, legacy::GetAclInterface(), in StartEverything() 195 legacy::Acl* Stack::GetAcl() { in GetAcl()
|
/packages/modules/Bluetooth/floss/hcidoc/src/ |
D | parser.rs | 9 use hcidoc_packets::hci::{Acl, AclChild, Command, Event}; 288 AclTx(Acl), 289 AclRx(Acl), 309 LinuxSnoopOpcodes::AclTxPacket => match Acl::parse(item.data.as_slice()) { in try_from() 314 LinuxSnoopOpcodes::AclRxPacket => match Acl::parse(item.data.as_slice()) { in try_from() 383 pub fn get_acl_content(acl: &Acl) -> AclContent { in get_acl_content()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager.h | 38 class Acl; variable 48 friend class bluetooth::shim::legacy::Acl;
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hci.py | 43 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat… 70 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat…
|
D | py_hal.py | 40 …acl = hci.Acl(handle=self.handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=dat… 148 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)
|
D | cert_self_test.py | 187 outside = hci.Acl(handle=handle,
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 394 std::unique_ptr<shim::legacy::Acl> MakeAcl() { in MakeAcl() 403 return std::make_unique<shim::legacy::Acl>(handler_, GetMockAclInterface(), in MakeAcl() 464 std::unique_ptr<shim::legacy::Acl> acl_;
|
/packages/modules/Bluetooth/tools/rootcanal/py/ |
D | controller.py | 39 Acl = 2 variable in Idc 114 elif idc == Idc.Acl:
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | link_layer_packets.pdl | 69 packet Acl : LinkLayerPacket (type = ACL) {
|
D | hci_packets.pdl | 23 packet Acl {
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | connections.rs | 11 Acl, AclCommandChild, Address, AuthenticatedPayloadTimeoutExpired, CommandChild, 515 fn process_acl_tx(&mut self, acl_tx: &Acl, packet: &Packet) { in process_acl_tx() argument
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | direct_hci_test.py | 49 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)
|
D | le_acl_manager_test.py | 72 … acl = hci.Acl(handle=handle, packet_boundary_flag=pb_flag, broadcast_flag=b_flag, payload=data)
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 84 packet Acl {
|