Home
last modified time | relevance | path

Searched refs:user_service (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc49 …std::unique_ptr<DynamicChannelService> user_service(new DynamicChannelService(psm, this, l2cap_lay… in Register() local
51 DynamicChannelManager::RegistrationResult::SUCCESS, std::move(user_service)); in Register()
Dfixed_channel_service_manager_impl.cc47 …std::unique_ptr<FixedChannelService> user_service(new FixedChannelService(cid, this, l2cap_layer_h… in Register() local
50 … FixedChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
Dfixed_channel_service_manager_test.cc40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered() argument
Ddynamic_channel_service_manager_test.cc40 std::unique_ptr<DynamicChannelService> user_service) { in OnServiceRegistered() argument
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Ddynamic_channel_service_manager_impl.cc43 …std::unique_ptr<DynamicChannelService> user_service(new DynamicChannelService(psm, this, l2cap_lay… in Register() local
46 … DynamicChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
Dfixed_channel_service_manager_impl.cc47 …std::unique_ptr<FixedChannelService> user_service(new FixedChannelService(cid, this, l2cap_layer_h… in Register() local
50 … FixedChannelManager::RegistrationResult::SUCCESS, std::move(user_service))); in Register()
Dfixed_channel_service_manager_test.cc40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered() argument
Ddynamic_channel_service_manager_test.cc39 std::unique_ptr<DynamicChannelService> user_service) { in OnServiceRegistered() argument