Home
last modified time | relevance | path

Searched defs:l2cap_handler (Results 1 – 17 of 17) sorted by relevance

/system/bt/gd/l2cap/fuzz/
Dchannel_fuzz_controller.cc26 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/
Dfixed_channel_impl_mock.h31 …MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link… in MockFixedChannelImpl()
Dfixed_channel_impl.cc30 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl()
Dlink_manager.h45 LinkManager(os::Handler* l2cap_handler, hci::AclManager* acl_manager, in LinkManager()
Dlink.cc40 os::Handler* l2cap_handler, in Link()
/system/bt/gd/l2cap/classic/
Dfixed_channel.h43 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
/system/bt/gd/l2cap/le/
Dfixed_channel.h44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
Ddynamic_channel.h34 os::Handler* l2cap_handler, in DynamicChannel()
Dlink_options.cc29 os::Handler* l2cap_handler) in LinkOptions()
/system/bt/gd/l2cap/
Ddynamic_channel.h40 …namicChannel(std::shared_ptr<l2cap::internal::DynamicChannelImpl> impl, os::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()
Ddynamic_channel_impl.cc33 os::Handler* l2cap_handler) in DynamicChannelImpl()
Dfixed_channel_allocator.h43 …FixedChannelAllocator(LinkType* link, os::Handler* l2cap_handler) : link_(link), l2cap_handler_(l2… in FixedChannelAllocator()
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.cc39 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl()
Dlink_manager.h46 os::Handler* l2cap_handler, in LinkManager()
Dlink.cc38 Link::Link(os::Handler* l2cap_handler, std::unique_ptr<hci::acl_manager::LeAclConnection> acl_conne… in Link()
/system/bt/gd/security/
Dinitial_informations.h123 os::Handler* l2cap_handler; member