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