Searched refs:OutputProfile (Results 1 – 5 of 5) sorted by relevance
311 sp<OutputProfile> msdOutputProfile = new OutputProfile(String8("msd input")); in SetUpConfig()315 sp<OutputProfile> msdCompressedOutputProfile = in SetUpConfig()316 new OutputProfile(String8("msd compressed input")); in SetUpConfig()334 sp<OutputProfile> primaryEncodedOutputProfile = new OutputProfile(String8("encoded")); in SetUpConfig()
189 class OutputProfile : public IOProfile192 explicit OutputProfile(const String8 &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile() function
126 sp<OutputProfile> outProfile = new OutputProfile(String8("primary")); in setDefault()
33 class OutputProfile; variable
48 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()