Home
last modified time | relevance | path

Searched refs:GetCodecConfig (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dmock_codec_manager.cc88 std::unique_ptr<types::AudioSetConfiguration> CodecManager::GetCodecConfig( in GetCodecConfig() function in bluetooth::le_audio::CodecManager
94 return pimpl_->GetCodecConfig(requirements, verifier); in GetCodecConfig()
Dcodec_manager_test.cc702 ASSERT_EQ(nullptr, codec_manager->GetCodecConfig(requirements, match_first_config)); in TEST_F()
758 auto cfg = codec_manager->GetCodecConfig(requirements, match_first_config); in TEST_F()
1150 auto ptr = codec_manager->GetCodecConfig( in TEST_F()
1200 auto ptr = codec_manager->GetCodecConfig( in TEST_F()
1232 auto ptr = codec_manager->GetCodecConfig( in TEST_F()
1281 auto ptr = codec_manager->GetCodecConfig( in TEST_F()
1332 codec_manager->GetCodecConfig( in TEST_F()
Dmock_codec_manager.h62 (std::unique_ptr<bluetooth::le_audio::types::AudioSetConfiguration>), GetCodecConfig,
Dcodec_manager.h124 virtual std::unique_ptr<::bluetooth::le_audio::types::AudioSetConfiguration> GetCodecConfig(
Dcodec_manager.cc391 std::unique_ptr<AudioSetConfiguration> GetCodecConfig( in GetCodecConfig() function
1348 std::unique_ptr<AudioSetConfiguration> CodecManager::GetCodecConfig( in GetCodecConfig() function in bluetooth::le_audio::CodecManager
1352 return pimpl_->codec_manager_impl_->GetCodecConfig(requirements, provider); in GetCodecConfig()
Ddevices_test.cc685 ON_CALL(*mock_codec_manager_, GetCodecConfig) in SetUpMockCodecManager()
1298 ON_CALL(*mock_codec_manager_, GetCodecConfig) in TestSingleDevDualBidir()
2043 ON_CALL(*mock_codec_manager_, GetCodecConfig) in TEST_P()
Dstate_machine_test.cc604 ON_CALL(*mock_codec_manager_, GetCodecConfig) in ConfigCodecManagerMock()
1805 ON_CALL(*mock_codec_manager_, GetCodecConfig) in TEST_F()
5184 EXPECT_CALL(*mock_codec_manager_, GetCodecConfig(_, _)).Times(AtLeast(1)); in TEST_F()
5271 EXPECT_CALL(*mock_codec_manager_, GetCodecConfig(_, _)).Times(AtLeast(1)); in TEST_F()
5409 EXPECT_CALL(*mock_codec_manager_, GetCodecConfig(_, _)).Times(AtLeast(1)); in TEST_F()
Ddevice_groups.cc972 auto new_conf = CodecManager::GetInstance()->GetCodecConfig( in UpdateAudioSetConfigurationCache()
Dle_audio_client_test.cc1540 ON_CALL(*mock_codec_manager_, GetCodecConfig) in SetUpMockCodecManager()
13132 ON_CALL(*mock_codec_manager_, GetCodecConfig) in TEST_F()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dmock_state_machine.h74 ON_CALL(*this, GetCodecConfig()) in MockBroadcastStateMachine()
118 GetCodecConfig, (), (const override));
Dstate_machine.h159 virtual const std::vector<BroadcastSubgroupCodecConfig>& GetCodecConfig() const = 0;
Dstate_machine.cc100 const std::vector<BroadcastSubgroupCodecConfig>& GetCodecConfig() const override { in GetCodecConfig() function in __anon1bc24a3d0111::BroadcastStateMachineImpl
Dbroadcaster.cc476 auto& subgroup_configs = broadcasts_[broadcast_id]->GetCodecConfig(); in UpdateMetadata()