Home
last modified time | relevance | path

Searched refs:DynamicChannelService (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Ddynamic_channel_service.h34 class DynamicChannelService {
36 DynamicChannelService() = default;
37 DynamicChannelService(const DynamicChannelService&) = delete;
38 DynamicChannelService& operator=(const DynamicChannelService&) = delete;
55DynamicChannelService(Psm psm, internal::DynamicChannelServiceManagerImpl* manager, os::Handler* h… in DynamicChannelService() function
Ddynamic_channel_service.cc27 void DynamicChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unre… in Unregister()
34 Psm DynamicChannelService::GetPsm() const { in GetPsm()
Ddynamic_channel_manager.h79 common::OnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
Dfacade.cc181 std::unique_ptr<DynamicChannelService> service) { in on_l2cap_service_registration_complete()
263 std::unique_ptr<DynamicChannelService> service_;
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Ddynamic_channel_service.h34 class DynamicChannelService {
36 DynamicChannelService() = default;
37 DynamicChannelService(const DynamicChannelService&) = delete;
38 DynamicChannelService& operator=(const DynamicChannelService&) = delete;
55DynamicChannelService(Psm psm, internal::DynamicChannelServiceManagerImpl* manager, os::Handler* h… in DynamicChannelService() function
Ddynamic_channel_service.cc25 void DynamicChannelService::Unregister(OnUnregisteredCallback on_unregistered) { in Unregister()
31 Psm DynamicChannelService::GetPsm() const { in GetPsm()
Ddynamic_channel_manager.h70 … common::ContextualOnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
Dfacade.cc349 std::unique_ptr<DynamicChannelService> /* service */) {} in on_l2cap_service_registration_complete() argument
427 std::unique_ptr<DynamicChannelService> service_;
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc33 std::unique_ptr<DynamicChannelService> invalid_service(new DynamicChannelService()); in Register()
38 std::unique_ptr<DynamicChannelService> invalid_service(new DynamicChannelService()); in Register()
49 …std::unique_ptr<DynamicChannelService> user_service(new DynamicChannelService(psm, this, l2cap_lay… in Register()
55 void DynamicChannelServiceManagerImpl::Unregister(Psm psm, DynamicChannelService::OnUnregisteredCal… in Unregister()
Ddynamic_channel_service_manager_impl_mock.h36 …MOCK_METHOD(void, Unregister, (Psm psm, DynamicChannelService::OnUnregisteredCallback callback), (…
Ddynamic_channel_service_manager_impl.h43 virtual void Unregister(Psm psm, DynamicChannelService::OnUnregisteredCallback callback);
Ddynamic_channel_service_manager_test.cc40 std::unique_ptr<DynamicChannelService> user_service) { in OnServiceRegistered()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Ddynamic_channel_service_manager_impl.cc34 std::unique_ptr<DynamicChannelService> invalid_service(new DynamicChannelService()); in Register()
43 …std::unique_ptr<DynamicChannelService> user_service(new DynamicChannelService(psm, this, l2cap_lay… in Register()
50 void DynamicChannelServiceManagerImpl::Unregister(Psm psm, DynamicChannelService::OnUnregisteredCal… in Unregister()
Ddynamic_channel_service_manager_impl.h42 …virtual void Unregister(Psm psm, DynamicChannelService::OnUnregisteredCallback callback, os::Handl…
Ddynamic_channel_service_manager_test.cc39 std::unique_ptr<DynamicChannelService> user_service) { in OnServiceRegistered()