Home
last modified time | relevance | path

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

/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.h41 LinkManager(os::Handler* l2cap_handler, hci::AclManager* acl_manager, in LinkManager()
Dlink.cc39 Link::Link(os::Handler* l2cap_handler, std::unique_ptr<hci::acl_manager::ClassicAclConnection> acl_… in Link()
/system/bt/gd/l2cap/le/
Ddynamic_channel.h31 …namicChannel(std::shared_ptr<l2cap::internal::DynamicChannelImpl> impl, os::Handler* l2cap_handler, in DynamicChannel()
Dfixed_channel.h44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
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/classic/
Dfixed_channel.h43 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.h40 DynamicChannelAllocator(l2cap::internal::ILink* link, os::Handler* l2cap_handler) in DynamicChannelAllocator()
Ddynamic_channel_impl.cc33 os::Handler* l2cap_handler) in DynamicChannelImpl()
Dfixed_channel_allocator.h36 …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.h42 …LinkManager(os::Handler* l2cap_handler, hci::AclManager* acl_manager, FixedChannelServiceManagerIm… 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.h115 os::Handler* l2cap_handler; member