Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp453 sp<OutputProfile> msdIec958OutputProfile = new OutputProfile("msd iec958 input"); in SetUpManagerConfig() local
454 msdIec958OutputProfile->addAudioProfile(iec958OutputProfile); in SetUpManagerConfig()
455 msdIec958OutputProfile->setFlags(AUDIO_OUTPUT_FLAG_DIRECT); in SetUpManagerConfig()
456 msdIec958OutputProfile->addSupportedDevice(mMsdOutputDevice); in SetUpManagerConfig()
457 msdModule->addOutputProfile(msdIec958OutputProfile); in SetUpManagerConfig()