Searched refs:OutputProfile (Results 1 – 5 of 5) sorted by relevance
198 class OutputProfile : public IOProfile201 explicit OutputProfile(const std::string &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile() function
134 sp<OutputProfile> outProfile = new OutputProfile("primary"); in setDefault()
33 class OutputProfile; variable
341 sp<OutputProfile> msdOutputProfile = new OutputProfile("msd input"); in SetUpManagerConfig()345 sp<OutputProfile> msdCompressedOutputProfile = new OutputProfile("msd compressed input"); in SetUpManagerConfig()363 sp<OutputProfile> primaryEncodedOutputProfile = new OutputProfile("encoded"); in SetUpManagerConfig()
47 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()