Home
last modified time | relevance | path

Searched refs:AllocateChannel (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddynamic_channel_allocator.h55 std::shared_ptr<DynamicChannelImpl> AllocateChannel(Psm psm, Cid remote_cid);
Dfixed_channel_allocator_test.cc72 auto channel = channel_allocator_->AllocateChannel(cid); in TEST_F()
Ddynamic_channel_allocator_test.cc69 auto channel = channel_allocator_->AllocateChannel(psm, remote_cid); in TEST_F()
Dfixed_channel_allocator.h52 virtual std::shared_ptr<FixedChannelImplType> AllocateChannel(Cid cid) { in AllocateChannel() function
Ddynamic_channel_allocator.cc33 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc201 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel()
249 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc133 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel()
231 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel()