Home
last modified time | relevance | path

Searched refs:CheckCodecConfigIsBiDirSwb (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager_test.cc929 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
935 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
941 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
948 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
954 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
961 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
967 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
973 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
980 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
984 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
[all …]
Dmock_codec_manager.cc99 bool CodecManager::CheckCodecConfigIsBiDirSwb( in CheckCodecConfigIsBiDirSwb() function in bluetooth::le_audio::CodecManager
104 return pimpl_->CheckCodecConfigIsBiDirSwb(config); in CheckCodecConfigIsBiDirSwb()
Dmock_codec_manager.h65 MOCK_METHOD((bool), CheckCodecConfigIsBiDirSwb,
Dcodec_manager.cc388 bool CheckCodecConfigIsBiDirSwb(const AudioSetConfiguration& config) { in CheckCodecConfigIsBiDirSwb() function
1275 bool CodecManager::CheckCodecConfigIsBiDirSwb( in CheckCodecConfigIsBiDirSwb() function in bluetooth::le_audio::CodecManager
1278 return pimpl_->codec_manager_impl_->CheckCodecConfigIsBiDirSwb(config); in CheckCodecConfigIsBiDirSwb()
Dcodec_manager.h123 virtual bool CheckCodecConfigIsBiDirSwb(
Ddevices_test.cc719 ON_CALL(*mock_codec_manager_, CheckCodecConfigIsBiDirSwb) in SetUpMockCodecManager()
1701 ASSERT_FALSE(CodecManager::GetInstance()->CheckCodecConfigIsBiDirSwb(*config)); in TEST_P()
Ddevice_groups.cc1705 CodecManager::GetInstance()->CheckCodecConfigIsBiDirSwb(*audio_set_conf)) { in IsAudioSetConfigurationSupported()
Dstate_machine_test.cc583 ON_CALL(*mock_codec_manager_, CheckCodecConfigIsBiDirSwb) in ConfigCodecManagerMock()