Home
last modified time | relevance | path

Searched refs:FixedChannelImpl (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_impl.cc34 hci::Role FixedChannelImpl::GetRole() const { in GetRole()
38 hci::acl_manager::LeAclConnection* FixedChannelImpl::GetAclConnection() const { in GetAclConnection()
42 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl() function in bluetooth::l2cap::le::internal::FixedChannelImpl
50 void FixedChannelImpl::RegisterOnCloseCallback(os::Handler* user_handler, in RegisterOnCloseCallback()
62 void FixedChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed()
84 void FixedChannelImpl::Acquire() { in Acquire()
100 void FixedChannelImpl::Release() { in Release()
116 Cid FixedChannelImpl::GetCid() const { in GetCid()
120 Cid FixedChannelImpl::GetRemoteCid() const { in GetRemoteCid()
124 LinkOptions* FixedChannelImpl::GetLinkOptions() { in GetLinkOptions()
Dfixed_channel_impl.h35 class FixedChannelImpl : public l2cap::internal::ChannelImpl,
38 FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler);
40 FixedChannelImpl(const FixedChannelImpl&) = delete;
41 FixedChannelImpl& operator=(const FixedChannelImpl&) = delete;
43 virtual ~FixedChannelImpl() = default;
Dfixed_channel_impl_test.cc75 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
88 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
113 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
138 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
166 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
190 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
203 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
216 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
248 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_le_link, l2cap_handler_); in TEST_F()
Dlink.h122 …virtual std::shared_ptr<FixedChannelImpl> AllocateFixedChannel(Cid cid, SecurityPolicy security_po…
178 …l2cap::internal::FixedChannelAllocator<FixedChannelImpl, Link> fixed_channel_allocator_{this, l2ca…
Dfixed_channel_impl_mock.h29 class MockFixedChannelImpl : public FixedChannelImpl {
Dlink_mock.h44 …MOCK_METHOD(std::shared_ptr<FixedChannelImpl>, AllocateFixedChannel, (Cid cid, SecurityPolicy secu…
Dsignalling_manager.h166 std::shared_ptr<le::internal::FixedChannelImpl> signalling_channel_;
Dlink.cc199 std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel( in AllocateFixedChannel()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_impl.h35 class FixedChannelImpl : public l2cap::internal::ChannelImpl,
38 FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler);
40 FixedChannelImpl(const FixedChannelImpl&) = delete;
41 FixedChannelImpl& operator=(const FixedChannelImpl&) = delete;
43 virtual ~FixedChannelImpl() = default;
Dfixed_channel_impl.cc33 FixedChannelImpl::FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) in FixedChannelImpl() function in bluetooth::l2cap::classic::internal::FixedChannelImpl
41 void FixedChannelImpl::RegisterOnCloseCallback(os::Handler* user_handler, in RegisterOnCloseCallback()
53 void FixedChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed()
75 void FixedChannelImpl::Acquire() { in Acquire()
91 void FixedChannelImpl::Release() { in Release()
Dfixed_channel_impl_test.cc75 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
92 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
121 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
151 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
184 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
213 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
231 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
250 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
288 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_); in TEST_F()
Dfixed_channel_impl_mock.h29 class MockFixedChannelImpl : public FixedChannelImpl {
31 …MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link… in MockFixedChannelImpl()
Ddumpsys_helper.h40 … const l2cap::internal::FixedChannelAllocator<FixedChannelImpl, Link>& channel_allocator) const;
Dlink.h105 std::shared_ptr<FixedChannelImpl> AllocateFixedChannel(Cid cid);
226 …l2cap::internal::FixedChannelAllocator<FixedChannelImpl, Link> fixed_channel_allocator_{this, l2ca…
Ddumpsys_helper.cc48 bluetooth::l2cap::classic::internal::FixedChannelImpl, in DumpActiveFixedChannels()
Dsignalling_manager.h125 std::shared_ptr<classic::internal::FixedChannelImpl> signalling_channel_;
Dlink.cc132 std::shared_ptr<FixedChannelImpl> Link::AllocateFixedChannel(Cid cid) { in AllocateFixedChannel()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfixed_channel.cc30 …l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::RegisterOnCloseCallback, impl_,… in RegisterOnCloseCallback()
35 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Acquire, impl_)); in Acquire()
39 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Release, impl_)); in Release()
Dfixed_channel.h31 class FixedChannelImpl; variable
43 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
84 std::shared_ptr<internal::FixedChannelImpl> impl_;
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfixed_channel.cc30 …l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::RegisterOnCloseCallback, impl_,… in RegisterOnCloseCallback()
35 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Acquire, impl_)); in Acquire()
39 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Release, impl_)); in Release()
Dfixed_channel.h32 class FixedChannelImpl; variable
44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel()
92 std::shared_ptr<internal::FixedChannelImpl> impl_;
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dchannel_fuzz_controller.cc22 using l2cap::classic::internal::FixedChannelImpl;
31 …Controller::ChannelFuzzController(Handler* l2cap_handler, std::shared_ptr<FixedChannelImpl> chan) { in ChannelFuzzController()
Dchannel_fuzz_controller.h40 …ller(os::Handler* l2cap_handler, std::shared_ptr<l2cap::classic::internal::FixedChannelImpl> chan);
/packages/modules/Bluetooth/system/gd/docs/testing/
Dgtest.md146 class FixedChannelImpl : public l2cap::internal::ChannelImpl {
148 FixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler);
149 virtual ~FixedChannelImpl() = default;
191 class MockFixedChannelImpl : public FixedChannelImpl {
193 …MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link…
273 FixedChannelImpl fixed_channel_impl(kSmpBrCid, &mock_classic_link, l2cap_handler_);