Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager_test.cc888 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
894 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
900 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
907 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
913 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
920 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
926 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
932 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
939 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
943 ASSERT_FALSE(codec_manager->CheckCodecConfigIsBiDirSwb({ in TEST_F()
[all …]
Dmock_codec_manager.cc98 bool CodecManager::CheckCodecConfigIsBiDirSwb( in CheckCodecConfigIsBiDirSwb() function in bluetooth::le_audio::CodecManager
102 return pimpl_->CheckCodecConfigIsBiDirSwb(config); in CheckCodecConfigIsBiDirSwb()
Dmock_codec_manager.h73 (bool), CheckCodecConfigIsBiDirSwb,
Dcodec_manager.h128 virtual bool CheckCodecConfigIsBiDirSwb(
Dcodec_manager.cc395 bool CheckCodecConfigIsBiDirSwb(const AudioSetConfiguration& config) { in CheckCodecConfigIsBiDirSwb() function
1295 bool CodecManager::CheckCodecConfigIsBiDirSwb( in CheckCodecConfigIsBiDirSwb() function in bluetooth::le_audio::CodecManager
1298 return pimpl_->codec_manager_impl_->CheckCodecConfigIsBiDirSwb(config); in CheckCodecConfigIsBiDirSwb()
Ddevices_test.cc761 ON_CALL(*mock_codec_manager_, CheckCodecConfigIsBiDirSwb) in SetUpMockCodecManager()
1815 CodecManager::GetInstance()->CheckCodecConfigIsBiDirSwb(*config)); in TEST_P()
Ddevice_groups.cc1526 CodecManager::GetInstance()->CheckCodecConfigIsBiDirSwb( in IsAudioSetConfigurationSupported()
Dstate_machine_test.cc613 ON_CALL(*mock_codec_manager_, CheckCodecConfigIsBiDirSwb) in ConfigCodecManagerMock()