Home
last modified time | relevance | path

Searched refs:IsPsmUsed (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator_test.cc63 EXPECT_FALSE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()
71 EXPECT_TRUE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()
74 EXPECT_FALSE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()
84 EXPECT_TRUE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()
87 EXPECT_FALSE(channel_allocator_->IsPsmUsed(psm)); in TEST_F()
Ddynamic_channel_allocator.h59 bool IsPsmUsed(Psm psm) const;
Ddynamic_channel_allocator_fuzz_test.cc69 EXPECT_FALSE(channel_allocator_->IsPsmUsed(psm)); in TestPrecondition()
Ddynamic_channel_allocator.cc96 bool DynamicChannelAllocator::IsPsmUsed(Psm psm) const { in IsPsmUsed() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/system/bt/gd/l2cap/le/internal/
Dlink.cc152 if (dynamic_channel_allocator_.IsPsmUsed(psm)) { in SendConnectionRequest()
Dsignalling_manager.cc186 if (channel_allocator_->IsPsmUsed(psm)) { in OnConnectionRequest()