Home
last modified time | relevance | path

Searched refs:GetCodecLocation (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager.cc132 GetCodecLocation()); in start()
136 if (GetCodecLocation() != CodecLocation::HOST) { in ~codec_manager_impl()
144 CodecLocation GetCodecLocation(void) const { return codec_location_; } in GetCodecLocation() function
147 if (GetCodecLocation() == CodecLocation::ADSP) { in IsDualBiDirSwbSupported()
150 } else if (GetCodecLocation() == CodecLocation::HOST) { in IsDualBiDirSwbSupported()
173 if (GetCodecLocation() != bluetooth::le_audio::types::CodecLocation::ADSP) { in UpdateActiveAudioConfig()
305 if (GetCodecLocation() == le_audio::types::CodecLocation::ADSP) { in GetSupportedCodecConfigurations()
575 if (GetCodecLocation() != types::CodecLocation::ADSP) { in GetBroadcastConfig()
686 if (GetCodecLocation() != le_audio::types::CodecLocation::ADSP) { in UpdateBroadcastConnHandle()
717 if (GetCodecLocation() != bluetooth::le_audio::types::CodecLocation::ADSP) { in ClearCisConfiguration()
[all …]
Dmock_codec_manager.cc37 types::CodecLocation CodecManager::GetCodecLocation() const { in GetCodecLocation() function in bluetooth::le_audio::CodecManager
39 return pimpl_->GetCodecLocation(); in GetCodecLocation()
Dmock_codec_manager.h40 MOCK_METHOD((bluetooth::le_audio::types::CodecLocation), GetCodecLocation, (),
Dcodec_manager.h107 virtual types::CodecLocation GetCodecLocation(void) const;
Dcodec_manager_test.cc438 ASSERT_EQ(codec_manager->GetCodecLocation(), CodecLocation::ADSP); in TEST_F()
878 ASSERT_EQ(codec_manager->GetCodecLocation(), CodecLocation::HOST); in TEST_F()
Ddevices_test.cc712 ON_CALL(*mock_codec_manager_, GetCodecLocation()) in SetUpMockCodecManager()
Dclient.cc3705 if (CodecManager::GetInstance()->GetCodecLocation() == in StartSendingAudio()
3785 if (CodecManager::GetInstance()->GetCodecLocation() == in StartReceivingAudio()
Dstate_machine_test.cc608 ON_CALL(*mock_codec_manager_, GetCodecLocation()) in ConfigCodecManagerMock()
Dle_audio_client_test.cc1603 ON_CALL(*mock_codec_manager_, GetCodecLocation()) in SetUpMockCodecManager()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_source_hal_client.cc288 if (CodecManager::GetInstance()->GetCodecLocation() == in OnSuspendReq()
397 if (CodecManager::GetInstance()->GetCodecLocation() == in Stop()
426 if (CodecManager::GetInstance()->GetCodecLocation() != in ConfirmStreamingRequest()
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software.cc915 if (CodecManager::GetInstance()->GetCodecLocation() != in GetSink()
1019 if (CodecManager::GetInstance()->GetCodecLocation() != in GetSource()
1045 if (CodecManager::GetInstance()->GetCodecLocation() != in GetSource()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc1128 if (CodecManager::GetInstance()->GetCodecLocation() == in CheckAndReconfigureEncoders()
Dbroadcaster_test.cc339 ON_CALL(*mock_codec_manager_, GetCodecLocation()) in ConfigCodecManagerMock()