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

/frameworks/base/core/jni/
H A Dandroid_server_FingerprintManager.cpp133 const hw_module_t *hw_module = NULL; local
134 if (0 != (err = hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module))) {
138 if (NULL == hw_module) {
143 gContext.module = reinterpret_cast<const fingerprint_module_t*>(hw_module);
152 if (0 != (err = gContext.module->common.methods->open(hw_module, NULL, &device))) {

Completed in 159 milliseconds