Searched refs:getModuleFromName (Results 1 – 2 of 2) sorted by relevance
25 getCachedPolicyConfig().getModuleFromName(std::get<PARAM_DEVICE_NAME>(device)); in getOutputDeviceConfigParameters()71 getCachedPolicyConfig().getModuleFromName(std::get<PARAM_DEVICE_NAME>(device)); in getInputDeviceConfigParameters()114 auto module = getCachedPolicyConfig().getModuleFromName(getDeviceName()); in TEST_P()
166 mPrimaryModule = getHwModules().getModuleFromName(DeviceManager::kPrimaryDevice); in PolicyConfig()197 sp<const HwModule> getModuleFromName(const std::string& name) const { in getModuleFromName() function198 return getHwModules().getModuleFromName(name.c_str()); in getModuleFromName()