Searched refs:addOutputProfile (Results 1 – 5 of 5) sorted by relevance
85 status_t addOutputProfile(const sp<IOProfile> &profile);89 status_t addOutputProfile(const std::string& name, const audio_config_t *config,
167 module->addOutputProfile(outProfile); in setDefault()
52 status_t HwModule::addOutputProfile(const std::string& name, const audio_config_t *config, in addOutputProfile() function in android::HwModule67 return addOutputProfile(profile); in addOutputProfile()70 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() function in android::HwModule90 return addOutputProfile(profile); in addProfile()
434 addOutputProfile(spdifOutputProfile); in SetUpManagerConfig()445 msdModule->addOutputProfile(msdOutputProfile); in SetUpManagerConfig()452 msdModule->addOutputProfile(msdCompressedOutputProfile); in SetUpManagerConfig()457 msdModule->addOutputProfile(msdIec958OutputProfile); in SetUpManagerConfig()474 addOutputProfile(primaryEncodedOutputProfile); in SetUpManagerConfig()
3115 rSubmixModule->addOutputProfile(address.c_str(), &outputConfig, in registerPolicyMixes()