Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h250 class OutputProfile : public IOProfile
253 explicit OutputProfile(const std::string &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile() function
DHwModule.h33 class OutputProfile; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPolicyConfig.cpp311 sp<OutputProfile> outProfile = new OutputProfile("primary"); in setDefault()
DHwModule.cpp65 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp516 sp<OutputProfile> spdifOutputProfile = new OutputProfile("spdif output"); in SetUpManagerConfig()
528 sp<OutputProfile> msdOutputProfile = new OutputProfile("msd input"); in SetUpManagerConfig()
532 sp<OutputProfile> msdCompressedOutputProfile = new OutputProfile("msd compressed input"); in SetUpManagerConfig()
539 sp<OutputProfile> msdIec958OutputProfile = new OutputProfile("msd iec958 input"); in SetUpManagerConfig()
555 sp<OutputProfile> primaryEncodedOutputProfile = new OutputProfile("encoded"); in SetUpManagerConfig()