Home
last modified time | relevance | path

Searched refs:IsChannelAllocated (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/internal/
Dfixed_channel_allocator.h53 …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()
Dfixed_channel_allocator_test.cc67 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/
Dlink.cc165 return fixed_channel_allocator_.IsChannelAllocated(cid); in IsFixedChannelAllocated()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc137 return fixed_channel_allocator_.IsChannelAllocated(cid); in IsFixedChannelAllocated()