Searched refs:CheckCodecConfigIsDualBiDirSwb (Results 1 – 7 of 7) sorted by relevance
1014 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 …]
107 bool CodecManager::CheckCodecConfigIsDualBiDirSwb( in CheckCodecConfigIsDualBiDirSwb() function in bluetooth::le_audio::CodecManager112 return pimpl_->CheckCodecConfigIsDualBiDirSwb(config); in CheckCodecConfigIsDualBiDirSwb()
68 MOCK_METHOD((bool), CheckCodecConfigIsDualBiDirSwb,
726 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()
392 bool CheckCodecConfigIsDualBiDirSwb(const AudioSetConfiguration& config) { in CheckCodecConfigIsDualBiDirSwb() function1283 bool CodecManager::CheckCodecConfigIsDualBiDirSwb( in CheckCodecConfigIsDualBiDirSwb() function in bluetooth::le_audio::CodecManager1286 return pimpl_->codec_manager_impl_->CheckCodecConfigIsDualBiDirSwb(config); in CheckCodecConfigIsDualBiDirSwb()
125 virtual bool CheckCodecConfigIsDualBiDirSwb(
381 if (CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb(*audio_set_conf)) { in ConfigureAses()