Home
last modified time | relevance | path

Searched refs:on_connection_open_callback_ (Results 1 – 12 of 12) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_impl.h35 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
Ddynamic_channel_service_impl.h39 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
Dfixed_channel_service_manager_impl.cc44 … std::move(pending_registration.on_connection_open_callback_))); in Register()
Ddynamic_channel_service_manager_impl.cc44 std::move(pending_registration.on_connection_open_callback_), in Register()
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_service_impl.h35 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
Ddynamic_channel_service_impl.h39 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
Ddynamic_channel_service_manager_impl.cc43 std::move(pending_registration.on_connection_open_callback_), in Register()
Dfixed_channel_service_manager_impl.cc44 … std::move(pending_registration.on_connection_open_callback_))); in Register()
/system/bt/gd/l2cap/le/
Dfixed_channel_manager.cc43 .on_connection_open_callback_ = std::move(on_connection_open)}; in RegisterService()
Ddynamic_channel_manager.cc52 .on_connection_open_callback_ = std::move(on_connection_open), in RegisterService()
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.cc43 .on_connection_open_callback_ = std::move(on_connection_open)}; in RegisterService()
Ddynamic_channel_manager.cc51 .on_connection_open_callback_ = std::move(on_connection_open), in RegisterService()