OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
523
for (xx = 0; xx < num_dyn_pipes; xx++,p +=
NFC_HAL_HCI_PIPE_INFO_SIZE
)
531
memcpy (np, p,
NFC_HAL_HCI_PIPE_INFO_SIZE
);
532
np +=
NFC_HAL_HCI_PIPE_INFO_SIZE
;
537
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 196 milliseconds