Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreConfigTargetTest.cpp75 auto tempConfig = std::make_unique<AudioHalEngineConfig>(); in SetUpEngineConfig() local
76 ASSERT_IS_OK(mConfig->getEngineConfig(tempConfig.get())); in SetUpEngineConfig()
77 mEngineConfig = std::move(tempConfig); in SetUpEngineConfig()
83 auto tempConfig = std::make_unique<SurroundSoundConfig>(); in SetUpSurroundSoundConfig() local
84 ASSERT_IS_OK(mConfig->getSurroundSoundConfig(tempConfig.get())); in SetUpSurroundSoundConfig()
85 mSurroundSoundConfig = std::move(tempConfig); in SetUpSurroundSoundConfig()