Searched refs:IsAcquired (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl_mock.h | 35 MOCK_METHOD(bool, IsAcquired, (), (override, const));
|
D | fixed_channel_impl_test.cc | 223 EXPECT_FALSE(fixed_channel_impl.IsAcquired()); in TEST_F() 229 EXPECT_TRUE(fixed_channel_impl.IsAcquired()); in TEST_F() 232 EXPECT_FALSE(fixed_channel_impl.IsAcquired()); in TEST_F() 261 EXPECT_FALSE(fixed_channel_impl.IsAcquired()); in TEST_F()
|
D | fixed_channel_impl.h | 56 virtual bool IsAcquired() const { in IsAcquired() function
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_mock.h | 36 MOCK_METHOD(bool, IsAcquired, (), (override, const));
|
D | fixed_channel_impl_test.cc | 260 EXPECT_FALSE(fixed_channel_impl.IsAcquired()); in TEST_F() 266 EXPECT_TRUE(fixed_channel_impl.IsAcquired()); in TEST_F() 269 EXPECT_FALSE(fixed_channel_impl.IsAcquired()); in TEST_F() 310 EXPECT_FALSE(fixed_channel_impl.IsAcquired()); in TEST_F()
|
D | fixed_channel_impl.h | 50 virtual bool IsAcquired() const { in IsAcquired() function
|
/system/bt/gd/l2cap/internal/ |
D | fixed_channel_allocator.h | 89 if (elem.second->IsAcquired()) { in GetRefCount()
|
/system/bt/gd/docs/testing/ |
D | gtest.md | 154 virtual bool IsAcquired() const; 198 MOCK_METHOD(bool, IsAcquired, (), (override, const));
|