Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp539 sp<OutputProfile> msdIec958OutputProfile = new OutputProfile("msd iec958 input"); in SetUpManagerConfig() local
540 msdIec958OutputProfile->addAudioProfile(iec958OutputProfile); in SetUpManagerConfig()
541 msdIec958OutputProfile->setFlags(AUDIO_OUTPUT_FLAG_DIRECT); in SetUpManagerConfig()
542 msdIec958OutputProfile->addSupportedDevice(mMsdOutputDevice); in SetUpManagerConfig()
543 msdModule->addOutputProfile(msdIec958OutputProfile); in SetUpManagerConfig()