Home
last modified time | relevance | path

Searched refs:OnConnectionOpenCallback (Results 1 – 19 of 19) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_service_impl.h35 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
47 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback) in FixedChannelServiceImpl()
52 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
Ddynamic_channel_service_impl.h39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
61 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback, in DynamicChannelServiceImpl()
69 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
Dfixed_channel_service_impl_mock.h32 …erviceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnectionOpenCallback()) {} in MockFixedChannelServiceImpl()
Dlink.h60 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_;
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_impl.h35 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
47 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback) in FixedChannelServiceImpl()
52 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
Ddynamic_channel_service_impl.h39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
60 … DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback, in DynamicChannelServiceImpl()
67 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
Dfixed_channel_service_impl_mock.h32 …erviceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnectionOpenCallback()) {} in MockFixedChannelServiceImpl()
Dlink.h60 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_;
/system/bt/gd/l2cap/le/
Ddynamic_channel_manager.h64 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<DynamicChannel>)>; variable
99OnConnectionOpenCallback on_connection_open, OnConnectionFailureCallback on_fail_callback,
125 OnConnectionOpenCallback on_connection_open, os::Handler* handler);
Ddynamic_channel_manager.cc29 OnConnectionOpenCallback on_connection_open, in ConnectChannel()
47OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
Dfixed_channel_manager.h58 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>; variable
127 OnConnectionOpenCallback on_connection_open, os::Handler* handler);
Dfixed_channel_manager.cc39OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.h61 …using OnConnectionOpenCallback = common::ContextualCallback<void(std::unique_ptr<DynamicChannel>)>; variable
93 OnConnectionOpenCallback on_connection_open,
121 OnConnectionOpenCallback on_connection_open);
Ddynamic_channel_manager.cc31 OnConnectionOpenCallback on_connection_open, in ConnectChannel()
47 OnConnectionOpenCallback on_connection_open) { in RegisterService()
Dfixed_channel_manager.h63 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>; variable
130 OnConnectionOpenCallback on_connection_open, os::Handler* handler);
Dfixed_channel_manager_mock.h35 OnConnectionOpenCallback on_connection_open, os::Handler* handler),
Dfixed_channel_manager.cc39OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
/system/bt/gd/l2cap/fuzz/
Dfuzz_dynamic_channel_manager_impl.h41 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback, in ConnectChannel()
56 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback) { in RegisterService()
94 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback_{};
Dfuzz_dynamic_channel_manager.h44 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback, in ConnectChannel()
54 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback) override { in RegisterService()