Searched defs:hw_module (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp202 const hw_module_t *hw_module = NULL; local
203 if (0 != (err = hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module))) {
207 if (NULL == hw_module) {
212 gContext.module = reinterpret_cast<const fingerprint_module_t*>(hw_module);
221 if (0 != (err = gContext.module->common.methods->open(hw_module, NULL, &device))) {

Completed in 1095 milliseconds