Searched refs:addOutputProfile (Results 1 – 5 of 5) sorted by relevance
81 status_t addOutputProfile(const sp<IOProfile> &profile);85 status_t addOutputProfile(const std::string& name, const audio_config_t *config,
139 module->addOutputProfile(outProfile); in setDefault()
44 status_t HwModule::addOutputProfile(const std::string& name, const audio_config_t *config, in addOutputProfile() function in android::HwModule58 return addOutputProfile(profile); in addOutputProfile()61 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() function in android::HwModule81 return addOutputProfile(profile); in addProfile()
344 msdModule->addOutputProfile(msdOutputProfile); in SetUpManagerConfig()351 msdModule->addOutputProfile(msdCompressedOutputProfile); in SetUpManagerConfig()368 addOutputProfile(primaryEncodedOutputProfile); in SetUpManagerConfig()
2890 rSubmixModule->addOutputProfile(address.c_str(), &outputConfig, in registerPolicyMixes()