Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc84 char nxp_rf_config_path[256] = "/system/vendor/libnfc-nxp_RF.conf"; variable
293 if (strcmp(name, nxp_rf_config_path) == 0) { in readConfig()
509 theInstance.readNxpRFConfig(nxp_rf_config_path); in GetInstance()
1035 memset(nxp_rf_config_path, 0, sizeof(nxp_rf_config_path)); in setNxpRfConfigPath()
1036 strlcpy(nxp_rf_config_path, name, sizeof(nxp_rf_config_path)); in setNxpRfConfigPath()
1037 ALOGD("nxp_rf_config_path=%s", nxp_rf_config_path); in setNxpRfConfigPath()