Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator_test.cc73 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()
Ddynamic_channel_allocator.h57 void FreeChannel(Cid cid);
Dfixed_channel_allocator_test.cc75 ASSERT_NO_FATAL_FAILURE(channel_allocator_->FreeChannel(cid)); in TEST_F()
Dfixed_channel_allocator.h55 virtual void FreeChannel(Cid cid) { in FreeChannel() function
Ddynamic_channel_allocator.cc85 void DynamicChannelAllocator::FreeChannel(Cid cid) { in FreeChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/system/bt/gd/l2cap/classic/internal/
Dlink.cc142 dynamic_channel_allocator_.FreeChannel(local_cid); in SendConnectionRequest()
152 dynamic_channel_allocator_.FreeChannel(local_cid); in SendConnectionRequest()
189 dynamic_channel_allocator_.FreeChannel(local_cid); in OnOutgoingConnectionRequestFail()
237 dynamic_channel_allocator_.FreeChannel(cid); in FreeDynamicChannel()
/system/bt/gd/l2cap/le/internal/
Dlink.cc182 dynamic_channel_allocator_.FreeChannel(local_cid); in OnOutgoingConnectionRequestFail()
213 dynamic_channel_allocator_.FreeChannel(cid); in FreeDynamicChannel()