Searched refs:OutputProfile (Results 1 – 4 of 4) sorted by relevance
116 class OutputProfile : public IOProfile119 OutputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile() function
117 sp<OutputProfile> outProfile; in setDefault()118 outProfile = new OutputProfile(String8("primary")); in setDefault()
34 class OutputProfile; variable
48 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()