Home
last modified time | relevance | path

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

/system/bt/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.cc30 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/system/bt/gd/l2cap/le/internal/
Dlink.cc159 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel()
207 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc131 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel()
227 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel()