Searched defs:l2cap_handler (Results 1 – 17 of 17) sorted by relevance
/system/bt/gd/l2cap/fuzz/ |
D | channel_fuzz_controller.cc | 26 ChannelFuzzController::ChannelFuzzController(Handler* l2cap_handler, std::shared_ptr<DynamicChannel… in ChannelFuzzController() 31 ChannelFuzzController::ChannelFuzzController(Handler* l2cap_handler, std::shared_ptr<FixedChannelIm… in ChannelFuzzController()
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_mock.h | 31 …MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link… in MockFixedChannelImpl()
|
D | fixed_channel_impl.cc | 30 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl()
|
D | link_manager.h | 45 LinkManager(os::Handler* l2cap_handler, hci::AclManager* acl_manager, in LinkManager()
|
D | link.cc | 40 os::Handler* l2cap_handler, 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()
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel.h | 44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
|
D | dynamic_channel.h | 34 os::Handler* l2cap_handler, in DynamicChannel()
|
D | link_options.cc | 29 os::Handler* l2cap_handler) in LinkOptions()
|
/system/bt/gd/l2cap/ |
D | dynamic_channel.h | 40 …namicChannel(std::shared_ptr<l2cap::internal::DynamicChannelImpl> impl, os::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()
|
D | dynamic_channel_impl.cc | 33 os::Handler* l2cap_handler) in DynamicChannelImpl()
|
D | fixed_channel_allocator.h | 43 …FixedChannelAllocator(LinkType* link, os::Handler* l2cap_handler) : link_(link), l2cap_handler_(l2… in FixedChannelAllocator()
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl.cc | 39 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl()
|
D | link_manager.h | 46 os::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()
|
/system/bt/gd/security/ |
D | initial_informations.h | 123 os::Handler* l2cap_handler; member
|