Home
last modified time | relevance | path

Searched refs:OnRegistrationCompleteCallback (Results 1 – 14 of 14) sorted by relevance

/system/bt/gd/l2cap/le/
Dfixed_channel_manager.h69 using OnRegistrationCompleteCallback = variable
126 bool RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_complete,
Ddynamic_channel_manager.h75 using OnRegistrationCompleteCallback = variable
124 … const SecurityPolicy& security_policy, OnRegistrationCompleteCallback on_registration_complete,
Dfixed_channel_manager.cc38 bool FixedChannelManager::RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_c… in RegisterService()
Ddynamic_channel_manager.cc46 OnRegistrationCompleteCallback on_registration_complete, in RegisterService()
/system/bt/gd/l2cap/classic/
Dfixed_channel_manager.h74 using OnRegistrationCompleteCallback = variable
129 virtual bool RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_complete,
Ddynamic_channel_manager.h69 using OnRegistrationCompleteCallback = variable
120 OnRegistrationCompleteCallback on_registration_complete,
Dfixed_channel_manager_mock.h34 (Cid cid, OnRegistrationCompleteCallback on_registration_complete,
Dfixed_channel_manager.cc38 bool FixedChannelManager::RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_c… in RegisterService()
Ddynamic_channel_manager.cc46 OnRegistrationCompleteCallback on_registration_complete, in RegisterService()
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_impl.h34 FixedChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
Ddynamic_channel_service_impl.h38 DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_service_impl.h34 FixedChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
Ddynamic_channel_service_impl.h38 DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
/system/bt/gd/shim/
Dl2cap_test.cc91 … l2cap::classic::DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete, in RegisterService()
129 l2cap::classic::DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete_{};
159 … l2cap::classic::DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete, in RegisterService()