Searched refs:GetStrValue (Results 1 – 7 of 7) sorted by relevance
/hardware/samsung/nfc/halimpl/include/ |
D | config.h | 65 int GetStrValue(const char* name, char* p_value, unsigned long len); // SLSI
|
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | android_logmsg.h | 35 extern int GetStrValue(const char* name, char* pValue, unsigned long l);
|
/hardware/st/nfc/st21nfc/include/ |
D | android_logmsg.h | 39 extern int GetStrValue(const char* name, char* pValue, unsigned long l);
|
/hardware/st/nfc/st21nfc/hal/ |
D | hal_fd.cc | 96 if (!GetStrValue(NAME_STNFC_FW_PATH_STORAGE, (char *)FwPath, in hal_fd_init() 104 if (!GetStrValue(NAME_STNFC_FW_BIN_NAME, (char *)fwBinName, in hal_fd_init() 112 if (!GetStrValue(NAME_STNFC_FW_CONF_NAME, (char *)fwConfName, in hal_fd_init() 383 if (!GetStrValue(NAME_STNFC_UWB_LIB_NAME, (char *)uwbLibName, in ft_CheckUWBConf()
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | i2clayer.cc | 269 if (!GetStrValue(NAME_ST_NFC_DEV_NODE, (char *)nfc_dev_node, in I2cOpenLayer() 275 if (GetStrValue(NAME_ST_NFC_RESET_REQ_SYSFS, (char *)nfc_reset_req_node, in I2cOpenLayer()
|
D | config.cpp | 660 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) { in GetStrValue() function
|
/hardware/samsung/nfc/halimpl/src/ |
D | config.cpp | 765 extern "C" int GetStrValue(const char* name, char* pValue, // SLSI in GetStrValue() function
|