Searched refs:OnConnectionOpenCallback (Results 1 – 19 of 19) sorted by relevance
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_service_impl.h | 35 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_; 47 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback) in FixedChannelServiceImpl() 52 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
|
D | dynamic_channel_service_impl.h | 39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_; 61 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback, in DynamicChannelServiceImpl() 69 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
|
D | fixed_channel_service_impl_mock.h | 32 …erviceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnectionOpenCallback()) {} in MockFixedChannelServiceImpl()
|
D | link.h | 60 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_;
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_impl.h | 35 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_; 47 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback) in FixedChannelServiceImpl() 52 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
|
D | dynamic_channel_service_impl.h | 39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_; 60 … DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback, in DynamicChannelServiceImpl() 67 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
|
D | fixed_channel_service_impl_mock.h | 32 …erviceImpl() : FixedChannelServiceImpl(nullptr, FixedChannelManager::OnConnectionOpenCallback()) {} in MockFixedChannelServiceImpl()
|
D | link.h | 60 DynamicChannelManager::OnConnectionOpenCallback on_open_callback_;
|
/system/bt/gd/l2cap/le/ |
D | dynamic_channel_manager.h | 64 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<DynamicChannel>)>; variable 99 … OnConnectionOpenCallback on_connection_open, OnConnectionFailureCallback on_fail_callback, 125 OnConnectionOpenCallback on_connection_open, os::Handler* handler);
|
D | dynamic_channel_manager.cc | 29 OnConnectionOpenCallback on_connection_open, in ConnectChannel() 47 … OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
|
D | fixed_channel_manager.h | 58 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>; variable 127 OnConnectionOpenCallback on_connection_open, os::Handler* handler);
|
D | fixed_channel_manager.cc | 39 … OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
|
/system/bt/gd/l2cap/classic/ |
D | dynamic_channel_manager.h | 61 …using OnConnectionOpenCallback = common::ContextualCallback<void(std::unique_ptr<DynamicChannel>)>; variable 93 OnConnectionOpenCallback on_connection_open, 121 OnConnectionOpenCallback on_connection_open);
|
D | dynamic_channel_manager.cc | 31 OnConnectionOpenCallback on_connection_open, in ConnectChannel() 47 OnConnectionOpenCallback on_connection_open) { in RegisterService()
|
D | fixed_channel_manager.h | 63 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>; variable 130 OnConnectionOpenCallback on_connection_open, os::Handler* handler);
|
D | fixed_channel_manager_mock.h | 35 OnConnectionOpenCallback on_connection_open, os::Handler* handler),
|
D | fixed_channel_manager.cc | 39 … OnConnectionOpenCallback on_connection_open, os::Handler* handler) { in RegisterService()
|
/system/bt/gd/l2cap/fuzz/ |
D | fuzz_dynamic_channel_manager_impl.h | 41 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_{};
|
D | fuzz_dynamic_channel_manager.h | 44 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback, in ConnectChannel() 54 l2cap::classic::DynamicChannelManager::OnConnectionOpenCallback on_open_callback) override { in RegisterService()
|