Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DAudioPrimaryHidlHalTest.cpp25 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()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h166 mPrimaryModule = getHwModules().getModuleFromName(DeviceManager::kPrimaryDevice); in PolicyConfig()
197 sp<const HwModule> getModuleFromName(const std::string& name) const { in getModuleFromName() function
198 return getHwModules().getModuleFromName(name.c_str()); in getModuleFromName()