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
626
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/
nfc_hal_int.h
80
#define
NFC_HAL_HCI_PIPE_INFO_SIZE
5
Completed in 42 milliseconds