Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dl2cap_le_module_mock.h30 MOCK_METHOD(std::unique_ptr<FixedChannelManager>, GetFixedChannelManager, (), (override));
Dl2cap_le_module.h47 virtual std::unique_ptr<FixedChannelManager> GetFixedChannelManager();
Dl2cap_le_module.cc88 std::unique_ptr<FixedChannelManager> L2capLeModule::GetFixedChannelManager() { in GetFixedChannelManager() function in bluetooth::l2cap::le::L2capLeModule
Dfacade.cc288 fixed_channel_manager_ = l2cap_layer_->GetFixedChannelManager(); in L2capFixedChannelHelper()
/system/bt/gd/l2cap/classic/
Dl2cap_classic_module_mock.h30 MOCK_METHOD(std::unique_ptr<FixedChannelManager>, GetFixedChannelManager, (), (override));
Dl2cap_classic_module.h44 virtual std::unique_ptr<FixedChannelManager> GetFixedChannelManager();
Dl2cap_classic_module.cc108 std::unique_ptr<FixedChannelManager> L2capClassicModule::GetFixedChannelManager() { in GetFixedChannelManager() function in bluetooth::l2cap::classic::L2capClassicModule
/system/bt/gd/att/
Datt_module.cc54 l2cap_le_module_->GetFixedChannelManager()); in impl()
/system/bt/main/shim/
Dl2c_api.cc985 GetL2capLeModule()->GetFixedChannelManager()->RegisterService( in L2CA_RegisterFixedChannel()
1010 auto manager = GetL2capLeModule()->GetFixedChannelManager(); in L2CA_ConnectFixedChnl()
/system/bt/gd/security/
Dfacade.cc64 l2cap_le_module_->GetFixedChannelManager()->RegisterService( in SecurityModuleFacadeService()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc674 l2cap_manager_le_(l2cap_le_module_->GetFixedChannelManager()), in SecurityManagerImpl()