Home
last modified time | relevance | path

Searched refs:getModuleFromName (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.cpp51 const xsd::Module* PolicyConfig::getModuleFromName(const std::string& name) const { in getModuleFromName() function in PolicyConfig
63 if (auto module = getModuleFromName(moduleName); module) { in getSinkDeviceForMixPort()
92 auto module = getModuleFromName(name); in haveInputProfilesInModule()
123 auto module = getModuleFromName(moduleName); in getAttachedDevices()
132 auto module = getModuleFromName(moduleName); in getDeviceAddressOfDevicePort()
171 auto module = getModuleFromName(moduleName); in getSinkDevicesForMixPort()
186 auto module = getModuleFromName(moduleName); in getSourceDevicesForMixPort()
203 mPrimaryModule = getModuleFromName(DeviceManager::kPrimaryDevice); in init()
DGenerators.cpp92 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateOutputDeviceConfigParameters()
143 getCachedPolicyConfig().getModuleFromName(std::get<PARAM_DEVICE_NAME>(device)); in getOutputDeviceInvalidConfigParameters()
234 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateInputDeviceConfigParameters()
284 getCachedPolicyConfig().getModuleFromName(std::get<PARAM_DEVICE_NAME>(device)); in getInputDeviceInvalidConfigParameters()
DPolicyConfig.h54 const xsd::Module* getModuleFromName(const std::string& name) const;
/hardware/interfaces/audio/core/all-versions/vts/functional/
DPolicyConfig.h60 sp<const android::HwModule> getModuleFromName(const std::string& name) const { in getModuleFromName() function
61 return mConfig->getHwModules().getModuleFromName(name.c_str()); in getModuleFromName()
80 auto module = getModuleFromName(name); in haveInputProfilesInModule()
86 mPrimaryModule = getModuleFromName(DeviceManager::kPrimaryDevice); in init()
125 auto module = getModuleFromName(moduleName); in getSinkDevicesForMixPort()
140 auto module = getModuleFromName(moduleName); in getSourceDevicesForMixPort()
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DGenerators.cpp42 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateOutputDeviceConfigParameters()
105 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateInputDeviceConfigParameters()