Home
last modified time | relevance | path

Searched refs:last_hdr (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/include/
Dnfc_hal_int.h169 last_hdr[NFC_HAL_SAVED_HDR_SIZE]; /* part of last NCI command header */ member
/system/nfc/src/nfc/include/
Dnfc_int.h200 uint8_t last_hdr[NFC_SAVED_HDR_SIZE]; /* part of last NCI command header */ member
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc279 memcpy(nfc_cb.last_hdr, ps, NFC_SAVED_HDR_SIZE); in nfc_ncif_check_cmd_queue()
402 p_old = nfc_cb.last_hdr; in nfc_ncif_process_event()
543 uint32_t cmd_hdr = (nfc_cb.last_hdr[0] << 8) | nfc_cb.last_hdr[1]; in nfc_ncif_event_status()