Searched refs:OutputProfile (Results 1 – 5 of 5) sorted by relevance
221 class OutputProfile : public IOProfile224 explicit OutputProfile(const std::string &name) : IOProfile(name, AUDIO_PORT_ROLE_SOURCE) {} in OutputProfile() function
162 sp<OutputProfile> outProfile = new OutputProfile("primary"); in setDefault()
33 class OutputProfile; variable
430 sp<OutputProfile> spdifOutputProfile = new OutputProfile("spdif output"); in SetUpManagerConfig()442 sp<OutputProfile> msdOutputProfile = new OutputProfile("msd input"); in SetUpManagerConfig()446 sp<OutputProfile> msdCompressedOutputProfile = new OutputProfile("msd compressed input"); in SetUpManagerConfig()453 sp<OutputProfile> msdIec958OutputProfile = new OutputProfile("msd iec958 input"); in SetUpManagerConfig()469 sp<OutputProfile> primaryEncodedOutputProfile = new OutputProfile("encoded"); in SetUpManagerConfig()
55 sp<IOProfile> profile = new OutputProfile(name); in addOutputProfile()