Searched defs:nxp_nfc_fw (Results 1 - 2 of 2) sorted by last modified time

/external/libnfc-nxp/src/
H A DphDnldNfc.c632 uint8_t *nxp_nfc_fw,
3401 ,uint8_t *nxp_nfc_fw
3417 psDnldContext->p_img_hdr = (img_data_hdr_t *) nxp_nfc_fw;
3441 psDnldContext->p_fw_hdr = (fw_data_hdr_t *) ( nxp_nfc_fw + fw_index );
3485 (nxp_nfc_fw + fw_index);
3502 (nxp_nfc_fw + fw_index + sizeof(section_hdr_t));
3526 p_cur_sec->p_sec_data = ((uint8_t *) nxp_nfc_fw) + fw_index +
3539 p_cur_sec->p_sec_chksum = ( uint8_t *)(nxp_nfc_fw + fw_index);
3595 psDnldContext->p_fw_raw = (uint8_t *)(nxp_nfc_fw + fw_index);
3619 ,uint8_t *nxp_nfc_fw
3702 phDnldNfc_Upgrade( phHal_sHwReference_t *pHwRef, uint8_t type, uint8_t *nxp_nfc_fw, uint32_t fw_length, pphNfcIF_Notification_CB_t upgrade_complete, void *context ) argument
[all...]
H A DphHal4Nfc.c312 const unsigned char *nxp_nfc_fw = NULL; variable
330 p = dlsym(handle, "nxp_nfc_fw");
332 ALOGE("Could not link nxp_nfc_fw");
335 nxp_nfc_fw = (unsigned char *)p;

Completed in 113 milliseconds