Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager_test.cc1014 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1020 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1026 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1033 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1039 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1046 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1052 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1058 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1065 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
1069 ASSERT_FALSE(codec_manager->CheckCodecConfigIsDualBiDirSwb({ in TEST_F()
[all …]
Dmock_codec_manager.cc107 bool CodecManager::CheckCodecConfigIsDualBiDirSwb( in CheckCodecConfigIsDualBiDirSwb() function in bluetooth::le_audio::CodecManager
112 return pimpl_->CheckCodecConfigIsDualBiDirSwb(config); in CheckCodecConfigIsDualBiDirSwb()
Dmock_codec_manager.h68 MOCK_METHOD((bool), CheckCodecConfigIsDualBiDirSwb,
Ddevices_test.cc726 ON_CALL(*mock_codec_manager_, CheckCodecConfigIsDualBiDirSwb) in SetUpMockCodecManager()
1679 ASSERT_FALSE(CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
1700 ASSERT_FALSE(CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
1715 ASSERT_TRUE(CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
1728 ASSERT_FALSE(CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
1741 ASSERT_TRUE(CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*config)); in TEST_P()
Dcodec_manager.cc392 bool CheckCodecConfigIsDualBiDirSwb(const AudioSetConfiguration& config) { in CheckCodecConfigIsDualBiDirSwb() function
1283 bool CodecManager::CheckCodecConfigIsDualBiDirSwb( in CheckCodecConfigIsDualBiDirSwb() function in bluetooth::le_audio::CodecManager
1286 return pimpl_->codec_manager_impl_->CheckCodecConfigIsDualBiDirSwb(config); in CheckCodecConfigIsDualBiDirSwb()
Dcodec_manager.h125 virtual bool CheckCodecConfigIsDualBiDirSwb(
Ddevices.cc381 if (CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*audio_set_conf)) { in ConfigureAses()