Searched refs:addOutputProfile (Results 1 – 5 of 5) sorted by relevance
87 status_t addOutputProfile(const sp<IOProfile> &profile);91 status_t addOutputProfile(const std::string& name, const audio_config_t *config,
61 status_t HwModule::addOutputProfile(const std::string& name, const audio_config_t *config, in addOutputProfile() function in android::HwModule77 return addOutputProfile(profile); in addOutputProfile()80 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() function in android::HwModule100 return addOutputProfile(profile); in addProfile()
316 module->addOutputProfile(outProfile); in setDefault()
520 addOutputProfile(spdifOutputProfile); in SetUpManagerConfig()531 msdModule->addOutputProfile(msdOutputProfile); in SetUpManagerConfig()538 msdModule->addOutputProfile(msdCompressedOutputProfile); in SetUpManagerConfig()543 msdModule->addOutputProfile(msdIec958OutputProfile); in SetUpManagerConfig()560 addOutputProfile(primaryEncodedOutputProfile); in SetUpManagerConfig()
3889 rSubmixModule->addOutputProfile(address.c_str(), &outputConfig, in registerPolicyMixes()