HomeSort by relevance Sort by last modified time
    Searched refs:NFC_HAL_HCI_PIPE_INFO_SIZE (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 513 for (xx = 0; xx < num_dyn_pipes; xx++,p += NFC_HAL_HCI_PIPE_INFO_SIZE)
521 memcpy (np, p, NFC_HAL_HCI_PIPE_INFO_SIZE);
522 np += NFC_HAL_HCI_PIPE_INFO_SIZE;
527 memset ((UINT8 *) (np), 0, NFC_HAL_HCI_PIPE_INFO_SIZE * (20 - new_num_dyn_pipes));
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 88 #define NFC_HAL_HCI_PIPE_INFO_SIZE 5

Completed in 346 milliseconds