Searched refs:FixedChannelAllocator (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | fixed_channel_allocator.h | 41 class FixedChannelAllocator { 43 …FixedChannelAllocator(LinkType* link, os::Handler* l2cap_handler) : link_(link), l2cap_handler_(l2… in FixedChannelAllocator() function 48 virtual ~FixedChannelAllocator() = default;
|
D | fixed_channel_allocator_test.cc | 46 …std::make_unique<FixedChannelAllocator<MockFixedChannelImpl, MockLink>>(mock_classic_link_, handle… in SetUp() 62 std::unique_ptr<FixedChannelAllocator<MockFixedChannelImpl, MockLink>> channel_allocator_;
|
/system/bt/gd/l2cap/classic/internal/ |
D | dumpsys_helper.h | 40 … const l2cap::internal::FixedChannelAllocator<FixedChannelImpl, Link>& channel_allocator) const;
|
D | dumpsys_helper.cc | 47 const bluetooth::l2cap::internal::FixedChannelAllocator< in DumpActiveFixedChannels()
|
D | link.h | 212 …l2cap::internal::FixedChannelAllocator<FixedChannelImpl, Link> fixed_channel_allocator_{this, l2ca…
|
/system/bt/gd/l2cap/le/internal/ |
D | link.h | 156 …l2cap::internal::FixedChannelAllocator<FixedChannelImpl, Link> fixed_channel_allocator_{this, l2ca…
|