Searched refs:loadHwModuleDevice (Results 1 – 2 of 2) sorted by relevance
46 static status_t loadHwModuleDevice(cnode *root, DeviceVector &devices);
101 status_t ConfigParsingUtils::loadHwModuleDevice(cnode *root, DeviceVector &devices) in loadHwModuleDevice() function in android::ConfigParsingUtils231 status_t tmpStatus = loadHwModuleDevice(node, devices); in loadHwModule()