Searched refs:IsDualBiDirSwbSupported (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | mock_codec_manager.cc | 42 bool CodecManager::IsDualBiDirSwbSupported(void) const { in IsDualBiDirSwbSupported() function in bluetooth::le_audio::CodecManager 47 return pimpl_->IsDualBiDirSwbSupported(); in IsDualBiDirSwbSupported()
|
D | devices_test.cc | 682 ->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 …]
|
D | mock_codec_manager.h | 42 MOCK_METHOD((bool), IsDualBiDirSwbSupported, (), (const));
|
D | codec_manager.cc | 146 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()
|
D | codec_manager.h | 108 virtual bool IsDualBiDirSwbSupported(void) const;
|
D | devices.cc | 329 !CodecManager::GetInstance()->IsDualBiDirSwbSupported() && in ConfigureAses()
|
D | device_groups.cc | 1524 CodecManager::GetInstance()->IsDualBiDirSwbSupported(); in IsAudioSetConfigurationSupported()
|
D | state_machine_test.cc | 611 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in ConfigCodecManagerMock() 631 if (!CodecManager::GetInstance()->IsDualBiDirSwbSupported()) { in ConfigCodecManagerMock() 1645 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in SetUp()
|
D | le_audio_client_test.cc | 1610 ON_CALL(*mock_codec_manager_, IsDualBiDirSwbSupported) in SetUpMockCodecManager() 1623 ->IsDualBiDirSwbSupported()) { in SetUpMockCodecManager()
|