Home
last modified time | relevance | path

Searched refs:DynamicChannelAllocator (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddynamic_channel_allocator.cc33 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()
Ddynamic_channel_allocator.h45 class DynamicChannelAllocator {
47 DynamicChannelAllocator(l2cap::internal::ILink* link, os::Handler* l2cap_handler) in DynamicChannelAllocator() function
Ddynamic_channel_allocator_fuzz_test.cc52 channel_allocator_ = std::make_unique<DynamicChannelAllocator>(mock_classic_link_, handler_); in SetUp()
76 std::unique_ptr<DynamicChannelAllocator> channel_allocator_;
Ddynamic_channel_allocator_test.cc42 channel_allocator_ = std::make_unique<DynamicChannelAllocator>(mock_classic_link_, handler_); in SetUp()
58 std::unique_ptr<DynamicChannelAllocator> channel_allocator_;
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dsignalling_manager.h60 l2cap::internal::DynamicChannelAllocator* channel_allocator,
127 l2cap::internal::DynamicChannelAllocator* channel_allocator_;
Ddumpsys_helper.h37 const l2cap::internal::DynamicChannelAllocator& channel_allocator) const;
Ddumpsys_helper.cc33 const l2cap::internal::DynamicChannelAllocator& channel_allocator) const { in DumpActiveDynamicChannels()
Dlink.h227 l2cap::internal::DynamicChannelAllocator dynamic_channel_allocator_{this, l2cap_handler_};
Dsignalling_manager.cc56 … l2cap::internal::DynamicChannelAllocator* channel_allocator, in ClassicSignallingManager()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.h102 l2cap::internal::DynamicChannelAllocator* channel_allocator);
168 l2cap::internal::DynamicChannelAllocator* channel_allocator_;
Dlink.h179 l2cap::internal::DynamicChannelAllocator dynamic_channel_allocator_{this, l2cap_handler_};
Dsignalling_manager.cc42 … l2cap::internal::DynamicChannelAllocator* channel_allocator) in LeSignallingManager()