Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h221 class OutputProfile : public IOProfile
224 explicit OutputProfile(const std::string &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile() function
H A DAudioPolicyConfig.h162 sp<OutputProfile> outProfile = new OutputProfile("primary"); in setDefault()
H A DHwModule.h33 class OutputProfile; variable
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp430 sp<OutputProfile> spdifOutputProfile = new OutputProfile("spdif output"); in SetUpManagerConfig()
442 sp<OutputProfile> msdOutputProfile = new OutputProfile("msd input"); in SetUpManagerConfig()
446 sp<OutputProfile> msdCompressedOutputProfile = new OutputProfile("msd compressed input"); in SetUpManagerConfig()
453 sp<OutputProfile> msdIec958OutputProfile = new OutputProfile("msd iec958 input"); in SetUpManagerConfig()
469 sp<OutputProfile> primaryEncodedOutputProfile = new OutputProfile("encoded"); in SetUpManagerConfig()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp55 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()