Searched refs:hw_mdl (Results 1 – 1 of 1) sorted by relevance
216 const hw_module_t *hw_mdl = nullptr; in openHal() local218 if (0 != (err = hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_mdl))) { in openHal()223 if (hw_mdl == nullptr) { in openHal()229 reinterpret_cast<const fingerprint_module_t*>(hw_mdl); in openHal()237 if (0 != (err = module->common.methods->open(hw_mdl, nullptr, &device))) { in openHal()