Searched refs:CheckCodecConfigIsDualBiDirSwb (Results 1 – 7 of 7) sorted by relevance
973 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 …]
105 bool CodecManager::CheckCodecConfigIsDualBiDirSwb( in CheckCodecConfigIsDualBiDirSwb() function in bluetooth::le_audio::CodecManager109 return pimpl_->CheckCodecConfigIsDualBiDirSwb(config); in CheckCodecConfigIsDualBiDirSwb()
78 (bool), CheckCodecConfigIsDualBiDirSwb,
131 virtual bool CheckCodecConfigIsDualBiDirSwb(
767 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()
400 bool CheckCodecConfigIsDualBiDirSwb(const AudioSetConfiguration& config) { in CheckCodecConfigIsDualBiDirSwb() function1303 bool CodecManager::CheckCodecConfigIsDualBiDirSwb( in CheckCodecConfigIsDualBiDirSwb() function in bluetooth::le_audio::CodecManager1306 return pimpl_->codec_manager_impl_->CheckCodecConfigIsDualBiDirSwb(config); in CheckCodecConfigIsDualBiDirSwb()
331 if (CodecManager::GetInstance()->CheckCodecConfigIsDualBiDirSwb( in ConfigureAses()