Searched refs:configured_fw_name (Results 1 – 2 of 2) sorted by relevance
/hardware/nxp/uwb/halimpl/hal/sr1xx/ |
D | phNxpUciHal_fwd.cc | 65 char configured_fw_name[FILEPATH_MAXLEN]; in init() local 70 …if (!NxpConfig_GetStr(NAME_NXP_UWB_PROD_FW_FILENAME, configured_fw_name, sizeof(configured_fw_name… in init() 74 ALOGD("configured_fw_name : %s", configured_fw_name); in init() 75 default_fw_path += configured_fw_name; in init() 79 …if (!NxpConfig_GetStr(NAME_NXP_UWB_DEV_FW_FILENAME, configured_fw_name, sizeof(configured_fw_name)… in init() 83 ALOGD("configured_fw_name : %s", configured_fw_name); in init() 84 default_fw_path += configured_fw_name; in init()
|
/hardware/nxp/uwb/halimpl/hal/sr200/ |
D | fwd_hdll.cc | 188 char *configured_fw_name = NULL; in getFwImageCtx() local 193 configured_fw_name = (char *)malloc(fw_file_max_len * sizeof(char)); in getFwImageCtx() 195 if (configured_fw_name == NULL) { in getFwImageCtx() 203 if (!NxpConfig_GetStr(NAME_NXP_UWB_FW_FILENAME, configured_fw_name, in getFwImageCtx() 209 NXPLOG_FWDNLD_D("configured_fw_name : %s", configured_fw_name); in getFwImageCtx() 210 strncat(pfwImageCtx->default_fw_path, configured_fw_name, maxSrcLen); in getFwImageCtx() 215 ret = strstr(configured_fw_name, default_so_file_extn); in getFwImageCtx() 225 if (configured_fw_name != NULL) { in getFwImageCtx() 226 free(configured_fw_name); in getFwImageCtx()
|