Searched defs:p_patchram_buf (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_prm.c932 ** p_patchram_buf pointer to patchram buffer. If NULL,
937 ** patchram_len size of p_patchram_buf (if non-NULL)
952 UINT8 *p_patchram_buf,
961 if (p_patchram_buf)
963 nfc_hal_cb.prm.p_cur_patch_data = p_patchram_buf;
982 nfc_hal_cb.prm.p_spd_patch = p_patchram_buf;
1007 ** p_patchram_buf=NULL
950 HAL_NfcPrmDownloadStart(tNFC_HAL_PRM_FORMAT format_type, UINT32 dest_address, UINT8 *p_patchram_buf, UINT32 patchram_len, UINT32 patchram_delay, tNFC_HAL_PRM_CBACK *p_cback) argument

Completed in 331 milliseconds