Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h158 class InputProfile : public IOProfile
161 explicit InputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SINK) {} in InputProfile() function
DAudioPolicyConfig.h127 sp<InputProfile> inProfile; in setDefault()
128 inProfile = new InputProfile(String8("primary")); in setDefault()
DHwModule.h32 class InputProfile; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp111 sp<IOProfile> profile = new InputProfile(name); in addInputProfile()