Searched refs:DynamicChannelAllocator (Results 1 – 12 of 12) sorted by relevance
30 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel()53 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateReservedChannel(Cid reserved_c… in AllocateReservedChannel()68 Cid DynamicChannelAllocator::ReserveChannel() { in ReserveChannel()81 void DynamicChannelAllocator::FreeChannel(Cid cid) { in FreeChannel()92 bool DynamicChannelAllocator::IsPsmUsed(Psm psm) const { in IsPsmUsed()101 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::FindChannelByCid(Cid cid) { in FindChannelByCid()109 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::FindChannelByRemoteCid(Cid remote_cid)… in FindChannelByRemoteCid()118 size_t DynamicChannelAllocator::NumberOfChannels() const { in NumberOfChannels()122 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_;
37 const l2cap::internal::DynamicChannelAllocator& channel_allocator) const;
60 l2cap::internal::DynamicChannelAllocator* channel_allocator,127 l2cap::internal::DynamicChannelAllocator* channel_allocator_;
33 const l2cap::internal::DynamicChannelAllocator& channel_allocator) const { in DumpActiveDynamicChannels()
213 l2cap::internal::DynamicChannelAllocator dynamic_channel_allocator_{this, l2cap_handler_};
54 … l2cap::internal::DynamicChannelAllocator* channel_allocator, in ClassicSignallingManager()
102 l2cap::internal::DynamicChannelAllocator* channel_allocator);168 l2cap::internal::DynamicChannelAllocator* channel_allocator_;
157 l2cap::internal::DynamicChannelAllocator dynamic_channel_allocator_{this, l2cap_handler_};
40 … l2cap::internal::DynamicChannelAllocator* channel_allocator) in LeSignallingManager()