OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_hdr
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/src/nfc/int/
nfc_int.h
181
UINT8
last_hdr
[NFC_SAVED_HDR_SIZE];/* part of last NCI command header */
member in struct:__anon3920
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
371
UINT8
last_hdr
[NFC_HAL_SAVED_HDR_SIZE];/* part of last NCI command header */
member in struct:__anon3511
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
597
p_old = nfc_hal_cb.ncit_cb.
last_hdr
;
806
memcpy(nfc_hal_cb.ncit_cb.
last_hdr
, ps, NFC_HAL_SAVED_HDR_SIZE);
851
memcpy(nfc_hal_cb.ncit_cb.
last_hdr
, p, NFC_HAL_SAVED_HDR_SIZE);
[
all
...]
nfc_hal_nci.c
414
p = nfc_hal_cb.ncit_cb.
last_hdr
;
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
281
memcpy(nfc_cb.
last_hdr
, ps, NFC_SAVED_HDR_SIZE);
390
p_old = nfc_cb.
last_hdr
;
[
all
...]
Completed in 1847 milliseconds