Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc31 std::unique_ptr<DynamicChannelService> invalid_service(new DynamicChannelService()); in Register()
35 std::unique_ptr<DynamicChannelService> invalid_service(new DynamicChannelService()); in Register()
45 …std::unique_ptr<DynamicChannelService> user_service(new DynamicChannelService(psm, this, l2cap_lay… in Register()
51 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()
/system/bt/gd/l2cap/le/
Ddynamic_channel_service.h32 class DynamicChannelService {
34 DynamicChannelService() = default;
51DynamicChannelService(Psm psm, internal::DynamicChannelServiceManagerImpl* manager, os::Handler* h… in DynamicChannelService() function
61 DISALLOW_COPY_AND_ASSIGN(DynamicChannelService);
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.h76 common::OnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
Dfacade.cc163 std::unique_ptr<DynamicChannelService> service) { in on_l2cap_service_registration_complete()
245 std::unique_ptr<DynamicChannelService> service_;
/system/bt/gd/l2cap/classic/
Ddynamic_channel_service.h32 class DynamicChannelService {
34 DynamicChannelService() = default;
51DynamicChannelService(Psm psm, internal::DynamicChannelServiceManagerImpl* manager, os::Handler* h… in DynamicChannelService() function
62 DISALLOW_COPY_AND_ASSIGN(DynamicChannelService);
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.cc313 std::unique_ptr<DynamicChannelService> service) {} in on_l2cap_service_registration_complete()
391 std::unique_ptr<DynamicChannelService> service_;
/system/bt/gd/l2cap/le/internal/
Ddynamic_channel_service_manager_impl.cc32 std::unique_ptr<DynamicChannelService> invalid_service(new DynamicChannelService()); in Register()
41 …std::unique_ptr<DynamicChannelService> user_service(new DynamicChannelService(psm, this, l2cap_lay… in Register()
48 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()
/system/bt/main/shim/
Dl2c_api.cc106 std::unique_ptr<classic::DynamicChannelService> service) { in on_registration_complete()
114 std::unique_ptr<classic::DynamicChannelService> channel_service_ = nullptr;
1297 std::unique_ptr<le::DynamicChannelService> service) { in on_registration_complete()
1307 std::unique_ptr<le::DynamicChannelService> channel_service_ = nullptr;