Home
last modified time | relevance | path

Searched refs:FixedChannelService (Results 1 – 21 of 21) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_service_manager_impl.cc32 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()
Dfixed_channel_service_manager_impl_mock.h34 …MOCK_METHOD(void, Unregister, (Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::…
Dfixed_channel_service_manager_impl.h40 …virtual void Unregister(Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::Handler…
Dfixed_channel_service_manager_test.cc40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered()
/system/bt/gd/l2cap/le/
Dfixed_channel_service.h32 class FixedChannelService {
34 FixedChannelService() = default;
49FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService() function
54 DISALLOW_COPY_AND_ASSIGN(FixedChannelService);
Dfixed_channel_service.cc24 void FixedChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unregi… in Unregister()
Dfixed_channel_manager.h70 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
Dfacade.cc313 std::unique_ptr<FixedChannelService> service) { in on_l2cap_service_registration_complete()
395 std::unique_ptr<FixedChannelService> service_;
/system/bt/gd/l2cap/classic/
Dfixed_channel_service.h32 class FixedChannelService {
34 FixedChannelService() = default;
49FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService() function
54 DISALLOW_COPY_AND_ASSIGN(FixedChannelService);
Dfixed_channel_service_mock.h28 class MockFixedChannelService : public FixedChannelService {
30 MockFixedChannelService() : FixedChannelService(){}; in MockFixedChannelService()
Dfixed_channel_service.cc25 void FixedChannelService::Unregister(OnUnregisteredCallback on_unregistered, os::Handler* on_unregi… in Unregister()
Dfixed_channel_manager.h75 common::OnceCallback<void(RegistrationResult, std::unique_ptr<FixedChannelService>)>;
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_service_manager_impl.cc32 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()
Dfixed_channel_service_manager_impl_mock.h34 …MOCK_METHOD(void, Unregister, (Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::…
Dfixed_channel_service_manager_impl.h40 …virtual void Unregister(Cid cid, FixedChannelService::OnUnregisteredCallback callback, os::Handler…
Dfixed_channel_service_manager_test.cc40 std::unique_ptr<FixedChannelService> user_service) { in OnServiceRegistered()
/system/bt/gd/att/
Datt_module.cc37 std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnAttRegistrationCompleteLe()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h228 … std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service);
Dsecurity_manager_impl.cc453 std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnL2capRegistrationCompleteLe()
/system/bt/main/shim/
Dl2c_api.cc865 std::unique_ptr<le::FixedChannelService> service) { in on_registration_complete()
873 std::unique_ptr<le::FixedChannelService> channel_service_ = nullptr;
/system/bt/gd/security/
Dfacade.cc73 std::unique_ptr<l2cap::le::FixedChannelService> le_smp_service) { in OnL2capRegistrationCompleteLe()