/system/bt/gd/l2cap/classic/ |
D | fixed_channel_manager_mock.h | 33 MOCK_METHOD(bool, RegisterService,
|
D | fixed_channel_manager.cc | 38 bool FixedChannelManager::RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_c… in RegisterService() function in bluetooth::l2cap::classic::FixedChannelManager
|
D | dynamic_channel_manager.cc | 42 void DynamicChannelManager::RegisterService( in RegisterService() function in bluetooth::l2cap::classic::DynamicChannelManager
|
D | fixed_channel_manager.h | 129 virtual bool RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_complete,
|
D | dynamic_channel_manager.h | 116 virtual void RegisterService(
|
D | facade.cc | 140 dynamic_channel_manager_->RegisterService( in L2capDynamicChannelHelper()
|
/system/update_engine/ |
D | daemon_android.cc | 54 if (!binder_wrapper->RegisterService(binder_service_->ServiceName(), in OnInit()
|
/system/core/libbinderwrapper/include/binderwrapper/ |
D | binder_wrapper.h | 63 virtual bool RegisterService(const std::string& service_name,
|
D | stub_binder_wrapper.h | 97 bool RegisterService(const std::string& service_name,
|
/system/core/libbinderwrapper/ |
D | real_binder_wrapper.h | 37 bool RegisterService(const std::string& service_name,
|
D | stub_binder_wrapper.cc | 53 bool StubBinderWrapper::RegisterService(const std::string& service_name, in RegisterService() function in android::StubBinderWrapper
|
D | real_binder_wrapper.cc | 65 bool RealBinderWrapper::RegisterService(const std::string& service_name, in RegisterService() function in android::RealBinderWrapper
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel_manager.cc | 38 bool FixedChannelManager::RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_c… in RegisterService() function in bluetooth::l2cap::le::FixedChannelManager
|
D | dynamic_channel_manager.cc | 44 bool DynamicChannelManager::RegisterService(Psm psm, DynamicChannelConfigurationOption configuratio… in RegisterService() function in bluetooth::l2cap::le::DynamicChannelManager
|
D | fixed_channel_manager.h | 126 bool RegisterService(Cid cid, OnRegistrationCompleteCallback on_registration_complete,
|
D | dynamic_channel_manager.h | 123 bool RegisterService(Psm psm, DynamicChannelConfigurationOption configuration_option,
|
D | facade.cc | 136 dynamic_channel_manager_->RegisterService( in L2capDynamicChannelHelper() 287 fixed_channel_manager_->RegisterService( in L2capFixedChannelHelper()
|
/system/bt/gd/att/ |
D | att_module.cc | 58 l2cap_manager_le_->RegisterService( in impl()
|
/system/bt/gd/grpc/ |
D | grpc_module.cc | 45 builder.RegisterService(facade->GetService()); in StartServer()
|
/system/bt/main/shim/ |
D | l2cap.h | 62 uint16_t RegisterService(uint16_t psm, const tL2CAP_APPL_INFO* callbacks,
|
D | l2c_api.cc | 68 return shim_l2cap.RegisterService(psm, callbacks, enable_snoop, p_ertm_info, in L2CA_Register() 354 ->RegisterService( in L2CA_RegisterFixedChannel()
|
D | l2cap.cc | 166 uint16_t bluetooth::shim::legacy::L2cap::RegisterService( in RegisterService() function in bluetooth::shim::legacy::L2cap
|
/system/bt/gd/shim/ |
D | l2cap_test.cc | 87 void RegisterService( in RegisterService() function in bluetooth::shim::__anon12bd56b70111::TestDynamicChannelManagerImpl 155 void RegisterService( in RegisterService() function in bluetooth::shim::__anon12bd56b70111::TestDynamicChannelManager 161 impl_.RegisterService( in RegisterService()
|
D | l2cap.cc | 396 void RegisterService( 461 void L2cap::impl::RegisterService( in RegisterService() function in bluetooth::shim::L2cap::impl 468 dynamic_channel_manager_->RegisterService( in RegisterService() 624 &L2cap::impl::RegisterService, in RegisterClassicService()
|
/system/bt/gd/facade/ |
D | grpc_root_server.cc | 172 builder.RegisterService(root_facade_service); in StartServer()
|