Searched refs:CheckCodecConfigIsBiDirSwb (Results 1 – 8 of 8) sorted by relevance
888 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 …]
98 bool CodecManager::CheckCodecConfigIsBiDirSwb( in CheckCodecConfigIsBiDirSwb() function in bluetooth::le_audio::CodecManager102 return pimpl_->CheckCodecConfigIsBiDirSwb(config); in CheckCodecConfigIsBiDirSwb()
73 (bool), CheckCodecConfigIsBiDirSwb,
128 virtual bool CheckCodecConfigIsBiDirSwb(
395 bool CheckCodecConfigIsBiDirSwb(const AudioSetConfiguration& config) { in CheckCodecConfigIsBiDirSwb() function1295 bool CodecManager::CheckCodecConfigIsBiDirSwb( in CheckCodecConfigIsBiDirSwb() function in bluetooth::le_audio::CodecManager1298 return pimpl_->codec_manager_impl_->CheckCodecConfigIsBiDirSwb(config); in CheckCodecConfigIsBiDirSwb()
761 ON_CALL(*mock_codec_manager_, CheckCodecConfigIsBiDirSwb) in SetUpMockCodecManager()1815 CodecManager::GetInstance()->CheckCodecConfigIsBiDirSwb(*config)); in TEST_P()
1526 CodecManager::GetInstance()->CheckCodecConfigIsBiDirSwb( in IsAudioSetConfigurationSupported()
613 ON_CALL(*mock_codec_manager_, CheckCodecConfigIsBiDirSwb) in ConfigCodecManagerMock()