Searched refs:AllocateChannel (Results 1 – 7 of 7) sorted by relevance
55 std::shared_ptr<DynamicChannelImpl> AllocateChannel(Psm psm, Cid remote_cid);
72 auto channel = channel_allocator_->AllocateChannel(cid); in TEST_F()
69 auto channel = channel_allocator_->AllocateChannel(psm, remote_cid); in TEST_F()
52 virtual std::shared_ptr<FixedChannelImplType> AllocateChannel(Cid cid) { in AllocateChannel() function
30 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
159 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel()207 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel()
131 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel()227 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel()