Home
last modified time | relevance | path

Searched refs:GetFixedChannelManager (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/
Dl2cap_le_module_mock.h30 MOCK_METHOD(std::unique_ptr<FixedChannelManager>, GetFixedChannelManager, (), (override));
Dl2cap_le_module.h46 virtual std::unique_ptr<FixedChannelManager> GetFixedChannelManager();
Dl2cap_le_module.cc91 std::unique_ptr<FixedChannelManager> L2capLeModule::GetFixedChannelManager() { in GetFixedChannelManager() function in bluetooth::l2cap::le::L2capLeModule
Dfacade.cc310 fixed_channel_manager_ = l2cap_layer_->GetFixedChannelManager(); in L2capFixedChannelHelper()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dl2cap_classic_module_mock.h30 MOCK_METHOD(std::unique_ptr<FixedChannelManager>, GetFixedChannelManager, (), (override));
Dl2cap_classic_module.h47 virtual std::unique_ptr<FixedChannelManager> GetFixedChannelManager();
Dl2cap_classic_module.cc107 std::unique_ptr<FixedChannelManager> L2capClassicModule::GetFixedChannelManager() { in GetFixedChannelManager() function in bluetooth::l2cap::classic::L2capClassicModule
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc79 l2cap_le_module_->GetFixedChannelManager()->RegisterService( in SecurityModuleFacadeService()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc691 l2cap_manager_le_(l2cap_le_module_->GetFixedChannelManager()), in SecurityManagerImpl()