Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/classic/
Dl2cap_classic_module_mock.h31 MOCK_METHOD(std::unique_ptr<DynamicChannelManager>, GetDynamicChannelManager, (), (override));
Dl2cap_classic_module.h41 virtual std::unique_ptr<DynamicChannelManager> GetDynamicChannelManager();
Dl2cap_classic_module.cc78 std::unique_ptr<DynamicChannelManager> L2capClassicModule::GetDynamicChannelManager() { in GetDynamicChannelManager() function in bluetooth::l2cap::classic::L2capClassicModule
Dfacade.cc282 dynamic_channel_manager_ = l2cap_layer_->GetDynamicChannelManager(); in L2capDynamicChannelHelper()
/system/bt/gd/shim/
Dl2cap_test.cc166 std::unique_ptr<l2cap::classic::DynamicChannelManager> GetDynamicChannelManager() override { in GetDynamicChannelManager() function in bluetooth::shim::__anon35f885e20111::TestL2capClassicModule
Dl2cap.cc483 dynamic_channel_manager_ = l2cap_module_->GetDynamicChannelManager(); in impl()