Home
last modified time | relevance | path

Searched refs:GetNxpStrValue (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.h47 int GetNxpStrValue(const char* name, char* p_value, unsigned long len);
DphNxpConfig.cpp881 extern "C" int GetNxpStrValue(const char* name, char* pValue, unsigned long len) in GetNxpStrValue() function
/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.c884 if (GetNxpStrValue(NAME_NXP_FW_NAME, fwFileName, sizeof (fwFileName)) == TRUE) in phDnldNfc_InitImgInfo()
/external/libnfc-nci/halimpl/pn54x/self-test/
DphNxpNciHal_SelfTest.c1420 else if (!GetNxpStrValue (NAME_NXP_NFC_DEV_NODE, nfc_dev_node, sizeof (nfc_dev_node))) in phNxpNciHal_TestMode_open()
/external/libnfc-nci/halimpl/pn54x/hal/
DphNxpNciHal.c492 else if (!GetNxpStrValue (NAME_NXP_NFC_DEV_NODE, nfc_dev_node, sizeof (nfc_dev_node))) in phNxpNciHal_open()