Home
last modified time | relevance | path

Searched refs:CheckCodecConfigIsDualBiDirSwb (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager_test.cc973 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
979 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
985 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
992 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
998 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1005 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1011 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1017 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1024 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1028 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
[all …]
Dmock_codec_manager.cc105 bool CodecManager::CheckCodecConfigIsDualBiDirSwb( in CheckCodecConfigIsDualBiDirSwb() function in bluetooth::le_audio::CodecManager
109 return pimpl_->CheckCodecConfigIsDualBiDirSwb(config); in CheckCodecConfigIsDualBiDirSwb()
Dmock_codec_manager.h78 (bool), CheckCodecConfigIsDualBiDirSwb,
Dcodec_manager.h131 virtual bool CheckCodecConfigIsDualBiDirSwb(
Ddevices_test.cc767 ON_CALL(*mock_codec_manager_, CheckCodecConfigIsDualBiDirSwb) in SetUpMockCodecManager()
1789 CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
1813 CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
1832 CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
1848 CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
1864 CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
Dcodec_manager.cc400 bool CheckCodecConfigIsDualBiDirSwb(const AudioSetConfiguration& config) { in CheckCodecConfigIsDualBiDirSwb() function
1303 bool CodecManager::CheckCodecConfigIsDualBiDirSwb( in CheckCodecConfigIsDualBiDirSwb() function in bluetooth::le_audio::CodecManager
1306 return pimpl_->codec_manager_impl_->CheckCodecConfigIsDualBiDirSwb(config); in CheckCodecConfigIsDualBiDirSwb()
Ddevices.cc331 if (CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb( in ConfigureAses()