Searched refs:addOutputProfile (Results 1 – 5 of 5) sorted by relevance
86 status_t addOutputProfile(const sp<IOProfile> &profile);90 status_t addOutputProfile(const std::string& name, const audio_config_t *config,
167 module->addOutputProfile(outProfile); in setDefault()
54 status_t HwModule::addOutputProfile(const std::string& name, const audio_config_t *config, in addOutputProfile() function in android::HwModule69 return addOutputProfile(profile); in addOutputProfile()72 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() function in android::HwModule92 return addOutputProfile(profile); in addProfile()
445 addOutputProfile(spdifOutputProfile); in SetUpManagerConfig()456 msdModule->addOutputProfile(msdOutputProfile); in SetUpManagerConfig()463 msdModule->addOutputProfile(msdCompressedOutputProfile); in SetUpManagerConfig()468 msdModule->addOutputProfile(msdIec958OutputProfile); in SetUpManagerConfig()485 addOutputProfile(primaryEncodedOutputProfile); in SetUpManagerConfig()
3429 rSubmixModule->addOutputProfile(address.c_str(), &outputConfig, in registerPolicyMixes()