OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_HDR_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/hal/include/
nfc_hal_api.h
40
#define
NFC_HDR_SIZE
(sizeof (NFC_HDR))
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c
165
if ((p_msg = (NFC_HDR *)GKI_getbuf ((UINT16)(size +
NFC_HDR_SIZE
))) != NULL)
nfc_hal_main.c
351
if ((p_msg = (NFC_HDR *) GKI_getbuf (
NFC_HDR_SIZE
)) != NULL)
nfc_hal_nci.c
105
needed = (
NFC_HDR_SIZE
+ nfc_hal_cb.ncit_cb.p_frag_msg->len + nfc_hal_cb.ncit_cb.p_frag_msg->offset + p_msg->len);
Completed in 57 milliseconds