Searched refs:FreeChannel (Results 1 – 7 of 7) sorted by relevance
73 ASSERT_NO_FATAL_FAILURE(channel_allocator_->FreeChannel(local_cid)); in TEST_F()86 ASSERT_NO_FATAL_FAILURE(channel_allocator_->FreeChannel(local_cid)); in TEST_F()
64 void FreeChannel(Cid cid);
75 ASSERT_NO_FATAL_FAILURE(channel_allocator_->FreeChannel(cid)); in TEST_F()
72 virtual void FreeChannel(Cid cid) { in FreeChannel() function
90 void DynamicChannelAllocator::FreeChannel(Cid cid) { in FreeChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
158 dynamic_channel_allocator_.FreeChannel(local_cid); in SendConnectionRequest()168 dynamic_channel_allocator_.FreeChannel(local_cid); in SendConnectionRequest()211 dynamic_channel_allocator_.FreeChannel(local_cid); in OnOutgoingConnectionRequestFail()262 dynamic_channel_allocator_.FreeChannel(cid); in FreeDynamicChannel()
245 dynamic_channel_allocator_.FreeChannel(local_cid); in OnOutgoingConnectionRequestFail()276 dynamic_channel_allocator_.FreeChannel(cid); in FreeDynamicChannel()