Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp311 sp<OutputProfile> msdOutputProfile = new OutputProfile(String8("msd input")); in SetUpConfig()
315 sp<OutputProfile> msdCompressedOutputProfile = in SetUpConfig()
316 new OutputProfile(String8("msd compressed input")); in SetUpConfig()
334 sp<OutputProfile> primaryEncodedOutputProfile = new OutputProfile(String8("encoded")); in SetUpConfig()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h189 class OutputProfile : public IOProfile
192 explicit OutputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile() function
DAudioPolicyConfig.h126 sp<OutputProfile> outProfile = new OutputProfile(String8("primary")); in setDefault()
DHwModule.h33 class OutputProfile; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp48 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()