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