Home | History | Annotate | Download | only in jni

Lines Matching refs:hw_module

311    const hw_module_t* hw_module;
322 ret = hw_get_module(NFC_HARDWARE_MODULE_ID, &hw_module);
327 ret = nfc_pn544_open(hw_module, &pn544_dev);
329 ALOGE("Could not open pn544 hw_module.");