Home
last modified time | relevance | path

Searched refs:l2cap_handler (Results 1 – 25 of 31) sorted by relevance

12

/system/bt/gd/l2cap/fuzz/
Dchannel_fuzz_controller.cc26 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()
Dchannel_fuzz_controller.h35 …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/
Ddynamic_channel.h34 os::Handler* l2cap_handler, in DynamicChannel() argument
37 : l2cap::DynamicChannel(impl, l2cap_handler), link_(link), mtu_(mtu) {} in DynamicChannel()
Dfixed_channel.h44 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()
Dlink_options.cc29 os::Handler* l2cap_handler) in LinkOptions() argument
30 : acl_connection_(acl_connection), link_(link), l2cap_handler_(l2cap_handler) {} in LinkOptions()
Dl2cap_le_module.cc53 impl(os::Handler* l2cap_handler, hci::AclManager* acl_manager) in impl()
54 : l2cap_handler_(l2cap_handler), acl_manager_(acl_manager) { in impl()
Dlink_options.h76 …i::acl_manager::LeAclConnection* acl_connection, internal::Link* link, os::Handler* l2cap_handler);
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl_mock.h31 …dChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link, l2cap_… in MockFixedChannelImpl() argument
Dfixed_channel_impl.cc30 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()
Dlink_manager.h45 LinkManager(os::Handler* l2cap_handler, hci::AclManager* acl_manager, in LinkManager() argument
49 : l2cap_handler_(l2cap_handler), acl_manager_(acl_manager), in LinkManager()
Dfixed_channel_impl.h36 FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler);
Dlink.cc40 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/
Dfixed_channel.h43 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()
Dl2cap_classic_module.cc46 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/
Ddynamic_channel.h40 …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/
Ddynamic_channel_allocator.h47 DynamicChannelAllocator(l2cap::internal::ILink* link, os::Handler* l2cap_handler) in DynamicChannelAllocator() argument
48 : link_(link), l2cap_handler_(l2cap_handler) { in DynamicChannelAllocator()
Ddynamic_channel_impl.cc33 os::Handler* l2cap_handler) in DynamicChannelImpl() argument
34 : psm_(psm), cid_(cid), remote_cid_(remote_cid), link_(link), l2cap_handler_(l2cap_handler), in DynamicChannelImpl()
Dfixed_channel_allocator.h43 …dChannelAllocator(LinkType* link, os::Handler* l2cap_handler) : link_(link), l2cap_handler_(l2cap_… in FixedChannelAllocator() argument
Ddynamic_channel_impl.h37 …elImpl(Psm psm, Cid cid, Cid remote_cid, l2cap::internal::ILink* link, os::Handler* l2cap_handler);
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.cc39 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()
Dlink_manager.h46 os::Handler* l2cap_handler, in LinkManager() argument
51 : l2cap_handler_(l2cap_handler), in LinkManager()
Dlink.cc38 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()
Dfixed_channel_impl.h37 FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler);
/system/bt/gd/security/
Dpairing_handler_le_unittest.cc157 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()
Dinitial_informations.h123 os::Handler* l2cap_handler; member

12