Home
last modified time | relevance | path

Searched refs:addOutputProfile (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h65 status_t addOutputProfile(const sp<IOProfile> &profile);
69 status_t addOutputProfile(String8 name, const audio_config_t *config,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp45 status_t HwModule::addOutputProfile(String8 name, const audio_config_t *config, in addOutputProfile() function in android::HwModule
57 return addOutputProfile(profile); in addOutputProfile()
60 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile) in addOutputProfile() function in android::HwModule
80 return addOutputProfile(profile); in addProfile()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2091 rSubmixModule->addOutputProfile(address, &outputConfig, in registerPolicyMixes()