Searched refs:nci_hal_module (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp47 char nci_hal_module[64]; variable
299 if ( !GetStrValue ( NAME_NCI_HAL_MODULE, nci_hal_module, sizeof ( nci_hal_module) ) )
302 strlcpy (nci_hal_module, "nfc_nci.bcm2079x", sizeof(nci_hal_module));
317 ret = hw_get_module (nci_hal_module, &hw_module);
325 ALOGE ("%s: fail hw_get_module %s", func, nci_hal_module);

Completed in 707 milliseconds