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

  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 264 const hw_module_t* hw_module = NULL; local
276 ret = hw_get_module (NFC_NCI_HARDWARE_MODULE_ID, &hw_module);
279 ret = nfc_nci_open (hw_module, &mHalDeviceContext);
  /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...]
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 181 tBTA_SYS_HW_MODULE hw_module; member in struct:__anon2861
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 312 const hw_module_t* hw_module; local
323 ret = hw_get_module(NFC_HARDWARE_MODULE_ID, &hw_module);
328 ret = nfc_pn544_open(hw_module, &pn544_dev);
330 ALOGE("Could not open pn544 hw_module.");
    [all...]

Completed in 148 milliseconds