Home
last modified time | relevance | path

Searched refs:IsDualBiDirSwbSupported (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dmock_codec_manager.cc42 bool CodecManager::IsDualBiDirSwbSupported(void) const { in IsDualBiDirSwbSupported() function in bluetooth::le_audio::CodecManager
47 return pimpl_->IsDualBiDirSwbSupported(); in IsDualBiDirSwbSupported()
Ddevices_test.cc682 ->IsDualBiDirSwbSupported() in MockVendorCodecProvider()
719 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in SetUpMockCodecManager()
732 ->IsDualBiDirSwbSupported()) { in SetUpMockCodecManager()
1338 ->IsDualBiDirSwbSupported()) { in TestSingleDevDualBidir()
1778 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in TEST_P()
1780 ASSERT_FALSE(CodecManager::GetInstance()->IsDualBiDirSwbSupported()); in TEST_P()
1798 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in TEST_P()
1800 ASSERT_FALSE(CodecManager::GetInstance()->IsDualBiDirSwbSupported()); in TEST_P()
1821 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in TEST_P()
1823 ASSERT_TRUE(CodecManager::GetInstance()->IsDualBiDirSwbSupported()); in TEST_P()
[all …]
Dmock_codec_manager.h42 MOCK_METHOD((bool), IsDualBiDirSwbSupported, (), (const));
Dcodec_manager.cc146 bool IsDualBiDirSwbSupported(void) const { in IsDualBiDirSwbSupported() function
375 if (!IsDualBiDirSwbSupported()) { in GetCodecConfig()
1229 bool CodecManager::IsDualBiDirSwbSupported(void) const { in IsDualBiDirSwbSupported() function in bluetooth::le_audio::CodecManager
1234 return pimpl_->codec_manager_impl_->IsDualBiDirSwbSupported(); in IsDualBiDirSwbSupported()
Dcodec_manager.h108 virtual bool IsDualBiDirSwbSupported(void) const;
Ddevices.cc329 !CodecManager::GetInstance()->IsDualBiDirSwbSupported() && in ConfigureAses()
Ddevice_groups.cc1524 CodecManager::GetInstance()->IsDualBiDirSwbSupported(); in IsAudioSetConfigurationSupported()
Dstate_machine_test.cc611 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in ConfigCodecManagerMock()
631 if (!CodecManager::GetInstance()->IsDualBiDirSwbSupported()) { in ConfigCodecManagerMock()
1645 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in SetUp()
Dle_audio_client_test.cc1610 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in SetUpMockCodecManager()
1623 ->IsDualBiDirSwbSupported()) { in SetUpMockCodecManager()