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.h192 class InputProfile : public IOProfile
195 explicit InputProfile(const std::string &name) : IOProfile(name, AUDIO_PORT_ROLE_SINK) {} in InputProfile() function
DAudioPolicyConfig.h141 sp<InputProfile> inProfile = new InputProfile("primary"); in setDefault()
DHwModule.h32 class InputProfile; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp115 sp<IOProfile> profile = new InputProfile(name); in addInputProfile()
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp353 sp<InputProfile> msdInputProfile = new InputProfile("msd output"); in SetUpManagerConfig()