Home
last modified time | relevance | path

Searched refs:IsAcquired (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl_mock.h35 MOCK_METHOD(bool, IsAcquired, (), (override, const));
Dfixed_channel_impl_test.cc223 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()
Dfixed_channel_impl.h56 virtual bool IsAcquired() const { in IsAcquired() function
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl_mock.h36 MOCK_METHOD(bool, IsAcquired, (), (override, const));
Dfixed_channel_impl_test.cc260 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()
Dfixed_channel_impl.h50 virtual bool IsAcquired() const { in IsAcquired() function
/system/bt/gd/l2cap/internal/
Dfixed_channel_allocator.h89 if (elem.second->IsAcquired()) { in GetRefCount()
/system/bt/gd/docs/testing/
Dgtest.md154 virtual bool IsAcquired() const;
198 MOCK_METHOD(bool, IsAcquired, (), (override, const));