/system/bt/gd/l2cap/fuzz/ |
D | channel_fuzz_controller.cc | 26 ChannelFuzzController::ChannelFuzzController(Handler* l2cap_handler, std::shared_ptr<DynamicChannel… in ChannelFuzzController() argument 28 channelInject_ = std::make_shared<ChannelFuzzQueueType>(queue, l2cap_handler); in ChannelFuzzController() 31 ChannelFuzzController::ChannelFuzzController(Handler* l2cap_handler, std::shared_ptr<FixedChannelIm… in ChannelFuzzController() argument 33 channelInject_ = std::make_shared<ChannelFuzzQueueType>(queue, l2cap_handler); in ChannelFuzzController()
|
D | channel_fuzz_controller.h | 35 …ChannelFuzzController(os::Handler* l2cap_handler, std::shared_ptr<l2cap::internal::DynamicChannelI… 37 …ChannelFuzzController(os::Handler* l2cap_handler, std::shared_ptr<l2cap::classic::internal::FixedC…
|
/system/bt/gd/l2cap/le/ |
D | dynamic_channel.h | 34 os::Handler* l2cap_handler, in DynamicChannel() argument 37 : l2cap::DynamicChannel(impl, l2cap_handler), link_(link), mtu_(mtu) {} in DynamicChannel()
|
D | fixed_channel.h | 44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel() argument 45 : impl_(std::move(impl)), l2cap_handler_(l2cap_handler) { in FixedChannel()
|
D | link_options.cc | 29 os::Handler* l2cap_handler) in LinkOptions() argument 30 : acl_connection_(acl_connection), link_(link), l2cap_handler_(l2cap_handler) {} in LinkOptions()
|
D | l2cap_le_module.cc | 53 impl(os::Handler* l2cap_handler, hci::AclManager* acl_manager) in impl() 54 : l2cap_handler_(l2cap_handler), acl_manager_(acl_manager) { in impl()
|
D | link_options.h | 76 …i::acl_manager::LeAclConnection* acl_connection, internal::Link* link, os::Handler* l2cap_handler);
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_mock.h | 31 …dChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link, l2cap_… in MockFixedChannelImpl() argument
|
D | fixed_channel_impl.cc | 30 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl() argument 31 : cid_(cid), device_(link->GetDevice()), link_(link), l2cap_handler_(l2cap_handler) { in FixedChannelImpl()
|
D | link_manager.h | 45 LinkManager(os::Handler* l2cap_handler, hci::AclManager* acl_manager, in LinkManager() argument 49 : l2cap_handler_(l2cap_handler), acl_manager_(acl_manager), in LinkManager()
|
D | fixed_channel_impl.h | 36 FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler);
|
D | link.cc | 40 os::Handler* l2cap_handler, in Link() argument 46 : l2cap_handler_(l2cap_handler), in Link() 48 data_pipeline_manager_(l2cap_handler, this, acl_connection_->GetAclQueueEnd()), in Link()
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel.h | 43 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel() argument 44 : impl_(std::move(impl)), l2cap_handler_(l2cap_handler) { in FixedChannel()
|
D | l2cap_classic_module.cc | 46 impl(os::Handler* l2cap_handler, hci::AclManager* acl_manager) in impl() 47 : l2cap_handler_(l2cap_handler), acl_manager_(acl_manager) { in impl()
|
/system/bt/gd/l2cap/ |
D | dynamic_channel.h | 40 …namicChannel(std::shared_ptr<l2cap::internal::DynamicChannelImpl> impl, os::Handler* l2cap_handler) in DynamicChannel() argument 41 : impl_(std::move(impl)), l2cap_handler_(l2cap_handler) { in DynamicChannel()
|
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_allocator.h | 47 DynamicChannelAllocator(l2cap::internal::ILink* link, os::Handler* l2cap_handler) in DynamicChannelAllocator() argument 48 : link_(link), l2cap_handler_(l2cap_handler) { in DynamicChannelAllocator()
|
D | dynamic_channel_impl.cc | 33 os::Handler* l2cap_handler) in DynamicChannelImpl() argument 34 : psm_(psm), cid_(cid), remote_cid_(remote_cid), link_(link), l2cap_handler_(l2cap_handler), in DynamicChannelImpl()
|
D | fixed_channel_allocator.h | 43 …dChannelAllocator(LinkType* link, os::Handler* l2cap_handler) : link_(link), l2cap_handler_(l2cap_… in FixedChannelAllocator() argument
|
D | dynamic_channel_impl.h | 37 …elImpl(Psm psm, Cid cid, Cid remote_cid, l2cap::internal::ILink* link, os::Handler* l2cap_handler);
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl.cc | 39 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl() argument 40 : cid_(cid), device_(link->GetDevice()), link_(link), l2cap_handler_(l2cap_handler) { in FixedChannelImpl()
|
D | link_manager.h | 46 os::Handler* l2cap_handler, in LinkManager() argument 51 : l2cap_handler_(l2cap_handler), in LinkManager()
|
D | link.cc | 38 Link::Link(os::Handler* l2cap_handler, std::unique_ptr<hci::acl_manager::LeAclConnection> acl_conne… in Link() argument 42 : l2cap_handler_(l2cap_handler), acl_connection_(std::move(acl_connection)), in Link() 43 data_pipeline_manager_(l2cap_handler, this, acl_connection_->GetAclQueueEnd()), in Link()
|
D | fixed_channel_impl.h | 37 FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler);
|
/system/bt/gd/security/ |
D | pairing_handler_le_unittest.cc | 157 initial_informations.l2cap_handler = handler_; in TEST_F() 181 initial_informations.l2cap_handler = handler_; in TEST_F() 299 initial_informations_trsi.l2cap_handler = handler_; in TEST_F() 349 initial_informations_trmi.l2cap_handler = handler_; in TEST_F()
|
D | initial_informations.h | 123 os::Handler* l2cap_handler; member
|