Searched refs:on_connection_open_callback_ (Results 1 – 12 of 12) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_impl.h | 35 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_; member 39 user_handler_->Post(common::BindOnce(on_connection_open_callback_, std::move(channel))); in NotifyChannelCreation() 48 …: user_handler_(user_handler), on_connection_open_callback_(std::move(on_connection_open_callback)… in FixedChannelServiceImpl() 52 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_; variable
|
D | dynamic_channel_service_impl.h | 39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_; member 44 user_handler_->Post(common::BindOnce(on_connection_open_callback_, std::move(channel))); in NotifyChannelCreation() 62 …: user_handler_(user_handler), on_connection_open_callback_(std::move(on_connection_open_callback)… in DynamicChannelServiceImpl() 67 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_; variable
|
D | fixed_channel_service_manager_impl.cc | 44 … std::move(pending_registration.on_connection_open_callback_))); in Register()
|
D | dynamic_channel_service_manager_impl.cc | 44 std::move(pending_registration.on_connection_open_callback_), in Register()
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_service_impl.h | 35 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_; member 39 user_handler_->Post(common::BindOnce(on_connection_open_callback_, std::move(channel))); in NotifyChannelCreation() 48 …: user_handler_(user_handler), on_connection_open_callback_(std::move(on_connection_open_callback)… in FixedChannelServiceImpl() 52 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_; variable
|
D | dynamic_channel_service_impl.h | 39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_; member 44 on_connection_open_callback_.Invoke(std::move(channel)); in NotifyChannelCreation() 64 on_connection_open_callback_(std::move(on_connection_open_callback)), in DynamicChannelServiceImpl() 69 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_; variable
|
D | dynamic_channel_service_manager_impl.cc | 43 std::move(pending_registration.on_connection_open_callback_), in Register()
|
D | fixed_channel_service_manager_impl.cc | 44 … std::move(pending_registration.on_connection_open_callback_))); in Register()
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.cc | 43 .on_connection_open_callback_ = std::move(on_connection_open)}; in RegisterService()
|
D | dynamic_channel_manager.cc | 52 .on_connection_open_callback_ = std::move(on_connection_open), in RegisterService()
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel_manager.cc | 43 .on_connection_open_callback_ = std::move(on_connection_open)}; in RegisterService()
|
D | dynamic_channel_manager.cc | 51 .on_connection_open_callback_ = std::move(on_connection_open), in RegisterService()
|