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
33 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
201 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel()249 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel()
133 auto channel = fixed_channel_allocator_.AllocateChannel(cid); in AllocateFixedChannel()231 auto channel = dynamic_channel_allocator_.AllocateChannel(psm, remote_cid); in AllocateDynamicChannel()