Searched refs:FixedChannelService (Results 1 – 21 of 21) sorted by relevance
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_service_manager_impl.cc | 32 std::unique_ptr<FixedChannelService> invalid_service(new FixedChannelService()); in Register() 37 std::unique_ptr<FixedChannelService> invalid_service(new FixedChannelService()); in Register() 45 …std::unique_ptr<FixedChannelService> user_service(new FixedChannelService(cid, this, l2cap_layer_h… in Register() 52 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister()
|
D | fixed_channel_service_manager_impl_mock.h | 34 …MOCK_METHOD(void, Unregister, (Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::…
|
D | fixed_channel_service_manager_impl.h | 40 …virtual void Unregister(Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::Handler…
|
D | fixed_channel_service_manager_test.cc | 40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered()
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel_service.h | 32 class FixedChannelService { 34 FixedChannelService() = default; 49 …FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService() function 54 DISALLOW_COPY_AND_ASSIGN(FixedChannelService);
|
D | fixed_channel_service.cc | 24 void FixedChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unregi… in Unregister()
|
D | fixed_channel_manager.h | 70 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
|
D | facade.cc | 313 std::unique_ptr<FixedChannelService> service) { in on_l2cap_service_registration_complete() 395 std::unique_ptr<FixedChannelService> service_;
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel_service.h | 32 class FixedChannelService { 34 FixedChannelService() = default; 49 …FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService() function 54 DISALLOW_COPY_AND_ASSIGN(FixedChannelService);
|
D | fixed_channel_service_mock.h | 28 class MockFixedChannelService : public FixedChannelService { 30 MockFixedChannelService() : FixedChannelService(){}; in MockFixedChannelService()
|
D | fixed_channel_service.cc | 25 void FixedChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unregi… in Unregister()
|
D | fixed_channel_manager.h | 75 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_service_manager_impl.cc | 32 std::unique_ptr<FixedChannelService> invalid_service(new FixedChannelService()); in Register() 37 std::unique_ptr<FixedChannelService> invalid_service(new FixedChannelService()); in Register() 45 …std::unique_ptr<FixedChannelService> user_service(new FixedChannelService(cid, this, l2cap_layer_h… in Register() 52 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister()
|
D | fixed_channel_service_manager_impl_mock.h | 34 …MOCK_METHOD(void, Unregister, (Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::…
|
D | fixed_channel_service_manager_impl.h | 40 …virtual void Unregister(Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::Handler…
|
D | fixed_channel_service_manager_test.cc | 40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered()
|
/system/bt/gd/att/ |
D | att_module.cc | 37 std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnAttRegistrationCompleteLe()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 228 … std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service);
|
D | security_manager_impl.cc | 453 std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnL2capRegistrationCompleteLe()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 865 std::unique_ptr<le::FixedChannelService> service) { in on_registration_complete() 873 std::unique_ptr<le::FixedChannelService> channel_service_ = nullptr;
|
/system/bt/gd/security/ |
D | facade.cc | 73 std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnL2capRegistrationCompleteLe()
|