OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_hdr
(Results
1 - 5
of
5
) sorted by null
/external/libnfc-nci/src/nfc/int/
nfc_int.h
180
UINT8
last_hdr
[NFC_SAVED_HDR_SIZE];/* part of last NCI command header */
member in struct:__anon20910
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
481
p_old = nfc_hal_cb.ncit_cb.
last_hdr
;
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
...]
nfc_hal_nci.c
413
p = nfc_hal_cb.ncit_cb.
last_hdr
;
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
368
UINT8
last_hdr
[NFC_HAL_SAVED_HDR_SIZE];/* part of last NCI command header */
member in struct:__anon20503
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
279
memcpy(nfc_cb.
last_hdr
, ps, NFC_SAVED_HDR_SIZE);
388
p_old = nfc_cb.
last_hdr
;
[
all
...]
Completed in 494 milliseconds