Searched refs:DynamicChannelService (Results 1 – 17 of 17) sorted by relevance
/system/bt/gd/l2cap/classic/internal/ |
D | dynamic_channel_service_manager_impl.cc | 31 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()
|
D | dynamic_channel_service_manager_impl_mock.h | 36 …MOCK_METHOD(void, Unregister, (Psm psm, DynamicChannelService::OnUnregisteredCallback callback), (…
|
D | dynamic_channel_service_manager_impl.h | 43 virtual void Unregister(Psm psm, DynamicChannelService::OnUnregisteredCallback callback);
|
D | dynamic_channel_service_manager_test.cc | 40 std::unique_ptr<DynamicChannelService> user_service) { in OnServiceRegistered()
|
/system/bt/gd/l2cap/le/internal/ |
D | dynamic_channel_service_manager_impl.cc | 32 std::unique_ptr<DynamicChannelService> invalid_service(new DynamicChannelService()); in Register() 37 std::unique_ptr<DynamicChannelService> invalid_service(new DynamicChannelService()); in Register() 46 …std::unique_ptr<DynamicChannelService> user_service(new DynamicChannelService(psm, this, l2cap_lay… in Register() 53 void DynamicChannelServiceManagerImpl::Unregister(Psm psm, DynamicChannelService::OnUnregisteredCal… in Unregister()
|
D | dynamic_channel_service_manager_impl.h | 42 …virtual void Unregister(Psm psm, DynamicChannelService::OnUnregisteredCallback callback, os::Handl…
|
D | dynamic_channel_service_manager_test.cc | 39 std::unique_ptr<DynamicChannelService> user_service) { in OnServiceRegistered()
|
/system/bt/gd/l2cap/classic/ |
D | dynamic_channel_service.h | 32 class DynamicChannelService { 34 DynamicChannelService() = default; 51 …DynamicChannelService(Psm psm, internal::DynamicChannelServiceManagerImpl* manager, os::Handler* h… in DynamicChannelService() function 62 DISALLOW_COPY_AND_ASSIGN(DynamicChannelService);
|
D | dynamic_channel_service.cc | 25 void DynamicChannelService::Unregister(OnUnregisteredCallback on_unregistered) { in Unregister() 31 Psm DynamicChannelService::GetPsm() const { in GetPsm()
|
D | dynamic_channel_manager.h | 70 … common::ContextualOnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
|
D | facade.cc | 184 std::unique_ptr<DynamicChannelService> service) {} in on_l2cap_service_registration_complete() 262 std::unique_ptr<DynamicChannelService> service_;
|
/system/bt/gd/l2cap/le/ |
D | dynamic_channel_service.h | 32 class DynamicChannelService { 34 DynamicChannelService() = default; 51 …DynamicChannelService(Psm psm, internal::DynamicChannelServiceManagerImpl* manager, os::Handler* h… in DynamicChannelService() function 62 DISALLOW_COPY_AND_ASSIGN(DynamicChannelService);
|
D | dynamic_channel_service.cc | 27 void DynamicChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unre… in Unregister() 34 Psm DynamicChannelService::GetPsm() const { in GetPsm()
|
D | dynamic_channel_manager.h | 76 common::OnceCallback<void(RegistrationResult, std::unique_ptr<DynamicChannelService>)>;
|
D | facade.cc | 161 std::unique_ptr<DynamicChannelService> service) { in on_l2cap_service_registration_complete() 243 std::unique_ptr<DynamicChannelService> service_;
|
/system/bt/gd/shim/ |
D | l2cap.cc | 427 …std::unordered_map<l2cap::Psm, std::unique_ptr<l2cap::classic::DynamicChannelService>> psm_to_serv… 474 std::unordered_map<l2cap::Psm, std::unique_ptr<l2cap::classic::DynamicChannelService>>* in RegisterService() 477 std::unique_ptr<l2cap::classic::DynamicChannelService> service) { in RegisterService() 478 std::unique_ptr<l2cap::classic::DynamicChannelService> service_ = std::move(service); in RegisterService() 519 [](std::unordered_map<l2cap::Psm, std::unique_ptr<l2cap::classic::DynamicChannelService>>* in UnregisterService()
|
D | l2cap_test.cc | 49 class TestDynamicChannelService : public l2cap::classic::DynamicChannelService { 53 : DynamicChannelService(psm, manager, handler) {} in TestDynamicChannelService()
|