Searched defs:l2cap_handler (Results 1 – 16 of 16) sorted by relevance
/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 | 41 LinkManager(os::Handler* l2cap_handler, hci::AclManager* acl_manager, in LinkManager()
|
D | link.cc | 39 Link::Link(os::Handler* l2cap_handler, std::unique_ptr<hci::acl_manager::ClassicAclConnection> acl_… in Link()
|
/system/bt/gd/l2cap/le/ |
D | dynamic_channel.h | 31 …namicChannel(std::shared_ptr<l2cap::internal::DynamicChannelImpl> impl, os::Handler* l2cap_handler, in DynamicChannel()
|
D | fixed_channel.h | 44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
|
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/classic/ |
D | fixed_channel.h | 43 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
|
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_allocator.h | 40 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 | 36 …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 | 42 …LinkManager(os::Handler* l2cap_handler, hci::AclManager* acl_manager, FixedChannelServiceManagerIm… 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 | 115 os::Handler* l2cap_handler; member
|