Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp216 const hw_module_t *hw_mdl = nullptr; in openHal() local
218 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()