/aosp12/system/bt/gd/l2cap/classic/internal/ |
H A D | fixed_channel_service_manager_impl.cc | 29 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 D | fixed_channel_service_manager_impl.h | 31 class FixedChannelServiceManagerImpl { 33 explicit FixedChannelServiceManagerImpl(os::Handler* l2cap_layer_handler) in FixedChannelServiceManagerImpl() function 35 virtual ~FixedChannelServiceManagerImpl() = default;
|
H A D | fixed_channel_service_manager_impl_mock.h | 30 class MockFixedChannelServiceManagerImpl : public FixedChannelServiceManagerImpl { 32 MockFixedChannelServiceManagerImpl() : FixedChannelServiceManagerImpl(nullptr) {} in MockFixedChannelServiceManagerImpl()
|
H A D | fixed_channel_service_manager_test.cc | 47 manager_ = new FixedChannelServiceManagerImpl{nullptr}; in SetUp() 66 FixedChannelServiceManagerImpl* manager_ = nullptr;
|
H A D | signalling_manager.h | 61 … classic::internal::FixedChannelServiceManagerImpl* fixed_service_manager); 128 FixedChannelServiceManagerImpl* fixed_service_manager_;
|
H A D | link_manager.h | 46 FixedChannelServiceManagerImpl* fixed_channel_service_manager, in LinkManager() 134 FixedChannelServiceManagerImpl* fixed_channel_service_manager_;
|
H A D | fixed_channel_service_impl.h | 42 friend class FixedChannelServiceManagerImpl; variable
|
H A D | link.h | 51 …DynamicChannelServiceManagerImpl* dynamic_service_manager, FixedChannelServiceManagerImpl* fixed_s… 218 FixedChannelServiceManagerImpl* fixed_service_manager_;
|
/aosp12/system/bt/gd/l2cap/classic/ |
H A D | fixed_channel_service.h | 29 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 D | fixed_channel_manager.h | 39 class FixedChannelServiceManagerImpl; variable 139 …FixedChannelManager(internal::FixedChannelServiceManagerImpl* service_manager, internal::LinkManag… in FixedChannelManager() 143 internal::FixedChannelServiceManagerImpl* service_manager_ = nullptr;
|
H A D | fixed_channel_service.cc | 27 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Unregister, in Unregister()
|
H A D | fixed_channel_manager.cc | 44 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Register, in RegisterService()
|
H A D | l2cap_classic_module.cc | 54 internal::FixedChannelServiceManagerImpl fixed_channel_service_manager_impl_{l2cap_handler_};
|
/aosp12/system/bt/gd/l2cap/le/ |
H A D | fixed_channel_service.h | 29 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 D | fixed_channel_manager.h | 34 class FixedChannelServiceManagerImpl; variable 133 …FixedChannelManager(internal::FixedChannelServiceManagerImpl* service_manager, internal::LinkManag… in FixedChannelManager() 136 internal::FixedChannelServiceManagerImpl* service_manager_ = nullptr;
|
H A D | fixed_channel_service.cc | 26 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Unregister, in Unregister()
|
H A D | fixed_channel_manager.cc | 44 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Register, in RegisterService()
|
H A D | l2cap_le_module.cc | 60 internal::FixedChannelServiceManagerImpl fixed_channel_service_manager_impl_{l2cap_handler_};
|
/aosp12/system/bt/gd/l2cap/le/internal/ |
H A D | fixed_channel_service_manager_impl.cc | 29 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 D | fixed_channel_service_manager_impl.h | 31 class FixedChannelServiceManagerImpl { 33 explicit FixedChannelServiceManagerImpl(os::Handler* l2cap_layer_handler) in FixedChannelServiceManagerImpl() function 35 virtual ~FixedChannelServiceManagerImpl() = default;
|
H A D | fixed_channel_service_manager_impl_mock.h | 30 class MockFixedChannelServiceManagerImpl : public FixedChannelServiceManagerImpl { 32 MockFixedChannelServiceManagerImpl() : FixedChannelServiceManagerImpl(nullptr) {} in MockFixedChannelServiceManagerImpl()
|
H A D | fixed_channel_service_manager_test.cc | 47 manager_ = new FixedChannelServiceManagerImpl{nullptr}; in SetUp() 66 FixedChannelServiceManagerImpl* manager_ = nullptr;
|
H A D | link_manager.h | 48 FixedChannelServiceManagerImpl* service_manager, in LinkManager() 106 FixedChannelServiceManagerImpl* fixed_channel_service_manager_;
|
H A D | fixed_channel_service_impl.h | 42 friend class FixedChannelServiceManagerImpl; variable
|
/aosp12/system/bt/gd/l2cap/fuzz/ |
H A D | shim_l2cap.h | 74 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;
|