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.h198 class OutputProfile : public IOProfile
201 explicit OutputProfile(const std::string &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile() function
DAudioPolicyConfig.h134 sp<OutputProfile> outProfile = new OutputProfile("primary"); in setDefault()
DHwModule.h33 class OutputProfile; variable
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp341 sp<OutputProfile> msdOutputProfile = new OutputProfile("msd input"); in SetUpManagerConfig()
345 sp<OutputProfile> msdCompressedOutputProfile = new OutputProfile("msd compressed input"); in SetUpManagerConfig()
363 sp<OutputProfile> primaryEncodedOutputProfile = new OutputProfile("encoded"); in SetUpManagerConfig()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp47 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()