Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h183 class InputProfile : public IOProfile
186 explicit InputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SINK) {} in InputProfile() function
DAudioPolicyConfig.h133 sp<InputProfile> inProfile = new InputProfile(String8("primary")); in setDefault()
DHwModule.h32 class InputProfile; variable
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp324 sp<InputProfile> msdInputProfile = new InputProfile(String8("msd output")); in SetUpConfig()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp117 sp<IOProfile> profile = new InputProfile(name); in addInputProfile()