HomeSort by relevance Sort by last modified time
    Searched refs:hw_module (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 537 const hw_module_t* hw_module; local
544 ret = hw_get_module(NFC_HARDWARE_MODULE_ID, &hw_module);
549 ret = nfc_pn544_open(hw_module, &pn544_dev);
551 ALOGE("Could not open pn544 hw_module");
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 311 const hw_module_t* hw_module; local
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.");
    [all...]

Completed in 43 milliseconds