Searched refs:DynamicChannelAllocator (Results 1 – 12 of 12) sorted by relevance
33 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel()59 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateReservedChannel(Cid reserved_c… in AllocateReservedChannel()77 Cid DynamicChannelAllocator::ReserveChannel() { in ReserveChannel()90 void DynamicChannelAllocator::FreeChannel(Cid cid) { in FreeChannel()101 bool DynamicChannelAllocator::IsPsmUsed(Psm psm) const { in IsPsmUsed()110 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::FindChannelByCid(Cid cid) { in FindChannelByCid()118 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::FindChannelByRemoteCid(Cid remote_cid)… in FindChannelByRemoteCid()127 size_t DynamicChannelAllocator::NumberOfChannels() const { in NumberOfChannels()131 void DynamicChannelAllocator::OnAclDisconnected(hci::ErrorCode reason) { in OnAclDisconnected()
45 class DynamicChannelAllocator {47 DynamicChannelAllocator(l2cap::internal::ILink* link, os::Handler* l2cap_handler) in DynamicChannelAllocator() function
52 channel_allocator_ = std::make_unique<DynamicChannelAllocator>(mock_classic_link_, handler_); in SetUp()76 std::unique_ptr<DynamicChannelAllocator> channel_allocator_;
42 channel_allocator_ = std::make_unique<DynamicChannelAllocator>(mock_classic_link_, handler_); in SetUp()58 std::unique_ptr<DynamicChannelAllocator> channel_allocator_;
60 l2cap::internal::DynamicChannelAllocator* channel_allocator,127 l2cap::internal::DynamicChannelAllocator* channel_allocator_;
37 const l2cap::internal::DynamicChannelAllocator& channel_allocator) const;
33 const l2cap::internal::DynamicChannelAllocator& channel_allocator) const { in DumpActiveDynamicChannels()
227 l2cap::internal::DynamicChannelAllocator dynamic_channel_allocator_{this, l2cap_handler_};
56 … l2cap::internal::DynamicChannelAllocator* channel_allocator, in ClassicSignallingManager()
102 l2cap::internal::DynamicChannelAllocator* channel_allocator);168 l2cap::internal::DynamicChannelAllocator* channel_allocator_;
179 l2cap::internal::DynamicChannelAllocator dynamic_channel_allocator_{this, l2cap_handler_};
42 … l2cap::internal::DynamicChannelAllocator* channel_allocator) in LeSignallingManager()