Home
last modified time | relevance | path

Searched refs:GetDynamicChannelManager (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/l2cap/classic/
Dl2cap_classic_module_mock.h31 MOCK_METHOD(std::unique_ptr<DynamicChannelManager>, GetDynamicChannelManager, (), (override));
Dl2cap_classic_module.h49 virtual std::unique_ptr<DynamicChannelManager> GetDynamicChannelManager();
Dl2cap_classic_module.cc113 std::unique_ptr<DynamicChannelManager> L2capClassicModule::GetDynamicChannelManager() { in GetDynamicChannelManager() function in bluetooth::l2cap::classic::L2capClassicModule
Dfacade.cc266 dynamic_channel_manager_ = l2cap_layer_->GetDynamicChannelManager(); in L2capDynamicChannelHelper()
/system/bt/gd/l2cap/fuzz/
Dfuzz_l2cap_classic_module.h34 std::unique_ptr<l2cap::classic::DynamicChannelManager> GetDynamicChannelManager() override { in GetDynamicChannelManager() function
Dshim_l2cap.h45 fuzz_l2cap_classic_module_->GetDynamicChannelManager()->ConnectChannel( in CreateConnection()
/system/bt/gd/l2cap/le/
Dl2cap_le_module.h52 virtual std::unique_ptr<DynamicChannelManager> GetDynamicChannelManager();
Dl2cap_le_module.cc93 std::unique_ptr<DynamicChannelManager> L2capLeModule::GetDynamicChannelManager() { in GetDynamicChannelManager() function in bluetooth::l2cap::le::L2capLeModule
Dfacade.cc137 dynamic_channel_manager_ = l2cap_layer_->GetDynamicChannelManager(); in L2capDynamicChannelHelper()
/system/bt/main/shim/
Dl2c_api.cc96 GetL2capClassicModule()->GetDynamicChannelManager()->RegisterService( in Register()
121 GetL2capClassicModule()->GetDynamicChannelManager()->ConnectChannel( in Connect()
1284 GetL2capLeModule()->GetDynamicChannelManager()->RegisterService( in Register()
1315 GetL2capLeModule()->GetDynamicChannelManager()->ConnectChannel( in Connect()