Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreConfigTargetTest.cpp68 mSurroundSoundConfig.reset(); in RestartService()
82 if (mSurroundSoundConfig == nullptr) { in SetUpSurroundSoundConfig()
85 mSurroundSoundConfig = std::move(tempConfig); in SetUpSurroundSoundConfig()
360 EXPECT_FALSE(mSurroundSoundConfig->formatFamilies.empty()); in ValidateSurroundSoundConfig()
363 mSurroundSoundConfig->formatFamilies) { in ValidateSurroundSoundConfig()
378 std::unique_ptr<SurroundSoundConfig> mSurroundSoundConfig; member in AudioCoreConfig