Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/classic/internal/
H A 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_;
H A 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_;
H A Dfixed_channel_service_impl_mock.h32 …erviceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnectionOpenCallback()) {} in MockFixedChannelServiceImpl()
H A Dlink.h60 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_;
/aosp12/system/bt/gd/l2cap/le/internal/
H A 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_;
H A 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_;
H A Dfixed_channel_service_impl_mock.h32 …erviceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnectionOpenCallback()) {} in MockFixedChannelServiceImpl()
H A Dlink.h60 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_;
/aosp12/system/bt/gd/l2cap/le/
H A 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);
H A Ddynamic_channel_manager.cc29 OnConnectionOpenCallback on_connection_open, in ConnectChannel()
47OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
H A Dfixed_channel_manager.h58 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>; variable
127 OnConnectionOpenCallback on_connection_open, os::Handler* handler);
H A Dfixed_channel_manager.cc39OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
/aosp12/system/bt/gd/l2cap/classic/
H A Ddynamic_channel_manager.h61 …using OnConnectionOpenCallback = common::ContextualCallback<void(std::unique_ptr<DynamicChannel>)>; variable
93 OnConnectionOpenCallback on_connection_open,
121 OnConnectionOpenCallback on_connection_open);
H A Ddynamic_channel_manager.cc31 OnConnectionOpenCallback on_connection_open, in ConnectChannel()
47 OnConnectionOpenCallback on_connection_open) { in RegisterService()
H A Dfixed_channel_manager.h63 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>; variable
130 OnConnectionOpenCallback on_connection_open, os::Handler* handler);
H A Dfixed_channel_manager_mock.h35 OnConnectionOpenCallback on_connection_open, os::Handler* handler),
H A Dfixed_channel_manager.cc39OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
/aosp12/system/bt/gd/l2cap/fuzz/
H A 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_{};
H A 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()