Home
last modified time | relevance | path

Searched refs:FixedChannelServiceManagerImpl (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dfixed_channel_service_manager_impl.cc29 void FixedChannelServiceManagerImpl::Register(Cid cid, in Register()
52 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister()
62 bool FixedChannelServiceManagerImpl::IsServiceRegistered(Cid cid) const { in IsServiceRegistered()
66 FixedChannelServiceImpl* FixedChannelServiceManagerImpl::GetService(Cid cid) { in GetService()
71 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> FixedChannelServiceManagerImpl::GetRegistered… in GetRegisteredServices()
85 uint64_t FixedChannelServiceManagerImpl::GetSupportedFixedChannelMask() { in GetSupportedFixedChannelMask()
H A Dfixed_channel_service_manager_impl.h31 class FixedChannelServiceManagerImpl {
33 explicit FixedChannelServiceManagerImpl(os::Handler* l2cap_layer_handler) in FixedChannelServiceManagerImpl() function
35 virtual ~FixedChannelServiceManagerImpl() = default;
H A Dfixed_channel_service_manager_impl_mock.h30 class MockFixedChannelServiceManagerImpl : public FixedChannelServiceManagerImpl {
32 MockFixedChannelServiceManagerImpl() : FixedChannelServiceManagerImpl(nullptr) {} in MockFixedChannelServiceManagerImpl()
H A Dfixed_channel_service_manager_test.cc47 manager_ = new FixedChannelServiceManagerImpl{nullptr}; in SetUp()
66 FixedChannelServiceManagerImpl* manager_ = nullptr;
H A Dsignalling_manager.h61 … classic::internal::FixedChannelServiceManagerImpl* fixed_service_manager);
128 FixedChannelServiceManagerImpl* fixed_service_manager_;
H A Dlink_manager.h46 FixedChannelServiceManagerImpl* fixed_channel_service_manager, in LinkManager()
134 FixedChannelServiceManagerImpl* fixed_channel_service_manager_;
H A Dfixed_channel_service_impl.h42 friend class FixedChannelServiceManagerImpl; variable
H A Dlink.h51 …DynamicChannelServiceManagerImpl* dynamic_service_manager, FixedChannelServiceManagerImpl* fixed_s…
218 FixedChannelServiceManagerImpl* fixed_service_manager_;
/aosp12/system/bt/gd/l2cap/classic/
H A Dfixed_channel_service.h29 class FixedChannelServiceManagerImpl; variable
46 friend internal::FixedChannelServiceManagerImpl;
49 …FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService()
52 internal::FixedChannelServiceManagerImpl* manager_ = nullptr;
H A Dfixed_channel_manager.h39 class FixedChannelServiceManagerImpl; variable
139 …FixedChannelManager(internal::FixedChannelServiceManagerImpl* service_manager, internal::LinkManag… in FixedChannelManager()
143 internal::FixedChannelServiceManagerImpl* service_manager_ = nullptr;
H A Dfixed_channel_service.cc27 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Unregister, in Unregister()
H A Dfixed_channel_manager.cc44 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Register, in RegisterService()
H A Dl2cap_classic_module.cc54 internal::FixedChannelServiceManagerImpl fixed_channel_service_manager_impl_{l2cap_handler_};
/aosp12/system/bt/gd/l2cap/le/
H A Dfixed_channel_service.h29 class FixedChannelServiceManagerImpl; variable
46 friend internal::FixedChannelServiceManagerImpl;
49 …FixedChannelService(Cid cid, internal::FixedChannelServiceManagerImpl* manager, os::Handler* handl… in FixedChannelService()
52 internal::FixedChannelServiceManagerImpl* manager_ = nullptr;
H A Dfixed_channel_manager.h34 class FixedChannelServiceManagerImpl; variable
133 …FixedChannelManager(internal::FixedChannelServiceManagerImpl* service_manager, internal::LinkManag… in FixedChannelManager()
136 internal::FixedChannelServiceManagerImpl* service_manager_ = nullptr;
H A Dfixed_channel_service.cc26 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Unregister, in Unregister()
H A Dfixed_channel_manager.cc44 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Register, in RegisterService()
H A Dl2cap_le_module.cc60 internal::FixedChannelServiceManagerImpl fixed_channel_service_manager_impl_{l2cap_handler_};
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dfixed_channel_service_manager_impl.cc29 void FixedChannelServiceManagerImpl::Register(Cid cid, in Register()
52 void FixedChannelServiceManagerImpl::Unregister(Cid cid, FixedChannelService::OnUnregisteredCallbac… in Unregister()
62 bool FixedChannelServiceManagerImpl::IsServiceRegistered(Cid cid) const { in IsServiceRegistered()
66 FixedChannelServiceImpl* FixedChannelServiceManagerImpl::GetService(Cid cid) { in GetService()
71 std::vector<std::pair<Cid, FixedChannelServiceImpl*>> FixedChannelServiceManagerImpl::GetRegistered… in GetRegisteredServices()
H A Dfixed_channel_service_manager_impl.h31 class FixedChannelServiceManagerImpl {
33 explicit FixedChannelServiceManagerImpl(os::Handler* l2cap_layer_handler) in FixedChannelServiceManagerImpl() function
35 virtual ~FixedChannelServiceManagerImpl() = default;
H A Dfixed_channel_service_manager_impl_mock.h30 class MockFixedChannelServiceManagerImpl : public FixedChannelServiceManagerImpl {
32 MockFixedChannelServiceManagerImpl() : FixedChannelServiceManagerImpl(nullptr) {} in MockFixedChannelServiceManagerImpl()
H A Dfixed_channel_service_manager_test.cc47 manager_ = new FixedChannelServiceManagerImpl{nullptr}; in SetUp()
66 FixedChannelServiceManagerImpl* manager_ = nullptr;
H A Dlink_manager.h48 FixedChannelServiceManagerImpl* service_manager, in LinkManager()
106 FixedChannelServiceManagerImpl* fixed_channel_service_manager_;
H A Dfixed_channel_service_impl.h42 friend class FixedChannelServiceManagerImpl; variable
/aosp12/system/bt/gd/l2cap/fuzz/
H A Dshim_l2cap.h74 fixed_channel_impl = std::unique_ptr<l2cap::classic::internal::FixedChannelServiceManagerImpl>( in ShimL2capFuzz()
75 new l2cap::classic::internal::FixedChannelServiceManagerImpl(handler_.get())); in ShimL2capFuzz()
95 std::unique_ptr<l2cap::classic::internal::FixedChannelServiceManagerImpl> fixed_channel_impl;

12