Searched refs:GetCodecLocation (Results 1 – 13 of 13) sorted by relevance
132 GetCodecLocation()); in start()136 if (GetCodecLocation() != CodecLocation::HOST) { in ~codec_manager_impl()144 CodecLocation GetCodecLocation(void) const { return codec_location_; } in GetCodecLocation() function147 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 …]
37 types::CodecLocation CodecManager::GetCodecLocation() const { in GetCodecLocation() function in bluetooth::le_audio::CodecManager39 return pimpl_->GetCodecLocation(); in GetCodecLocation()
40 MOCK_METHOD((bluetooth::le_audio::types::CodecLocation), GetCodecLocation, (),
107 virtual types::CodecLocation GetCodecLocation(void) const;
438 ASSERT_EQ(codec_manager->GetCodecLocation(), CodecLocation::ADSP); in TEST_F()878 ASSERT_EQ(codec_manager->GetCodecLocation(), CodecLocation::HOST); in TEST_F()
712 ON_CALL(*mock_codec_manager_, GetCodecLocation()) in SetUpMockCodecManager()
3705 if (CodecManager::GetInstance()->GetCodecLocation() == in StartSendingAudio()3785 if (CodecManager::GetInstance()->GetCodecLocation() == in StartReceivingAudio()
608 ON_CALL(*mock_codec_manager_, GetCodecLocation()) in ConfigCodecManagerMock()
1603 ON_CALL(*mock_codec_manager_, GetCodecLocation()) in SetUpMockCodecManager()
288 if (CodecManager::GetInstance()->GetCodecLocation() == in OnSuspendReq()397 if (CodecManager::GetInstance()->GetCodecLocation() == in Stop()426 if (CodecManager::GetInstance()->GetCodecLocation() != in ConfirmStreamingRequest()
915 if (CodecManager::GetInstance()->GetCodecLocation() != in GetSink()1019 if (CodecManager::GetInstance()->GetCodecLocation() != in GetSource()1045 if (CodecManager::GetInstance()->GetCodecLocation() != in GetSource()
1128 if (CodecManager::GetInstance()->GetCodecLocation() == in CheckAndReconfigureEncoders()
339 ON_CALL(*mock_codec_manager_, GetCodecLocation()) in ConfigCodecManagerMock()