Searched refs:getModuleFromName (Results 1 – 5 of 5) sorted by relevance
51 const xsd::Module* PolicyConfig::getModuleFromName(const std::string& name) const { in getModuleFromName() function in PolicyConfig63 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()
92 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()
54 const xsd::Module* getModuleFromName(const std::string& name) const;
60 sp<const android::HwModule> getModuleFromName(const std::string& name) const { in getModuleFromName() function61 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()
42 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateOutputDeviceConfigParameters()105 auto module = getCachedPolicyConfig().getModuleFromName(moduleName); in generateInputDeviceConfigParameters()