Searched refs:IsChannelAllocated (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | fixed_channel_allocator.h | 53 …ASSERT_LOG(!IsChannelAllocated((cid)), "Cid 0x%x for link %s is already in use", cid, link_->ToStr… in AllocateChannel() 63 …ASSERT_LOG(IsChannelAllocated(cid), "Channel is not in use: cid %d, link %s", cid, link_->ToString… in FreeChannel() 67 virtual bool IsChannelAllocated(Cid cid) const { in IsChannelAllocated() function 72 …ASSERT_LOG(IsChannelAllocated(cid), "Channel is not in use: cid %d, link %s", cid, link_->ToString… in FindChannel()
|
D | fixed_channel_allocator_test.cc | 67 EXPECT_FALSE(channel_allocator_->IsChannelAllocated(cid)); in TEST_F() 73 EXPECT_TRUE(channel_allocator_->IsChannelAllocated(cid)); in TEST_F() 76 EXPECT_FALSE(channel_allocator_->IsChannelAllocated(cid)); in TEST_F()
|
/system/bt/gd/l2cap/le/internal/ |
D | link.cc | 165 return fixed_channel_allocator_.IsChannelAllocated(cid); in IsFixedChannelAllocated()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 137 return fixed_channel_allocator_.IsChannelAllocated(cid); in IsFixedChannelAllocated()
|