Searched refs:NFC_HAL_HCI_PIPE_INFO_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c626 for (xx = 0; xx < num_dyn_pipes; xx++,p += NFC_HAL_HCI_PIPE_INFO_SIZE)
634 memcpy (np, p, NFC_HAL_HCI_PIPE_INFO_SIZE);
635 np += NFC_HAL_HCI_PIPE_INFO_SIZE;
640 memset ((UINT8 *) (np), 0, NFC_HAL_HCI_PIPE_INFO_SIZE * (20 - new_num_dyn_pipes));
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int.h80 #define NFC_HAL_HCI_PIPE_INFO_SIZE 5 macro

Completed in 855 milliseconds