Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DConfigParsingUtils.h46 static status_t loadHwModuleDevice(cnode *root, DeviceVector &devices);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp101 status_t ConfigParsingUtils::loadHwModuleDevice(cnode *root, DeviceVector &devices) in loadHwModuleDevice() function in android::ConfigParsingUtils
231 status_t tmpStatus = loadHwModuleDevice(node, devices); in loadHwModule()