Searched refs:elementPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/ |
D | ParameterManagerWrapper.cpp | 426 const std::string &elementPath) in addConfigurableElementToDomain() argument 433 bool ret = mPfwConnector->addConfigurableElementToDomain(domain, elementPath, error); in addConfigurableElementToDomain() 435 __func__, elementPath.c_str(), domain.c_str(), error.c_str()); in addConfigurableElementToDomain() 465 const std::string &configurationName, const std::string &elementPath, in accessConfigurationValue() argument 473 bool ret = mPfwConnector->accessConfigurationValue(domain, configurationName, elementPath, in accessConfigurationValue() 476 "(error=%s)", __func__, value.c_str(), elementPath.c_str(), domain.c_str(), in accessConfigurationValue()
|
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/ |
D | ParameterManagerWrapper.h | 157 void addConfigurableElementToDomain(const std::string &domain, const std::string &elementPath); 162 const std::string &elementPath, std::string &value);
|