OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_HAL_SAVED_HDR_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
193
#define
NFC_HAL_SAVED_HDR_SIZE
(2)
368
UINT8 last_hdr[
NFC_HAL_SAVED_HDR_SIZE
];/* part of last NCI command header */
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
713
memcpy(nfc_hal_cb.ncit_cb.last_hdr, ps,
NFC_HAL_SAVED_HDR_SIZE
);
758
memcpy(nfc_hal_cb.ncit_cb.last_hdr, p,
NFC_HAL_SAVED_HDR_SIZE
);
[
all
...]
Completed in 98 milliseconds