HomeSort by relevance Sort by last modified time
    Searched refs:NCI_DATA_HDR_SIZE (Results 1 - 16 of 16) sorted by null

  /system/nfc/src/nfc/nfc/
nfc_test.c 57 (p_data->offset >= (NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE))) {
nfc_ncif.c 187 p->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + 1;
200 p->len += NCI_DATA_HDR_SIZE;
201 p->offset -= NCI_DATA_HDR_SIZE;
    [all...]
nfc_main.c     [all...]
  /system/nfc/src/nfc/int/
ce_int.h 147 NCI_DATA_HDR_SIZE - T4T_RSP_STATUS_WORDS_SIZE)
152 (NFC_CE_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_DATA_HDR_SIZE - \
rw_int.h 549 (NFC_RW_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_DATA_HDR_SIZE - \
556 NCI_DATA_HDR_SIZE - T4T_CMD_MAX_HDR_SIZE)
    [all...]
  /system/nfc/src/nfc/llcp/
llcp_sdp.c 128 NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
153 NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
222 NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
245 NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE;
llcp_util.c 298 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
415 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
557 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
659 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
722 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
803 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
llcp_link.c 778 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
806 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
    [all...]
  /system/nfc/src/include/
nfc_target.h 369 NCI_DATA_HDR_SIZE - LLCP_PDU_HEADER_SIZE)
  /system/nfc/src/nfa/dm/
nfa_dm_api.c 874 size = NFC_HDR_SIZE + NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + data_len;
879 p_msg->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
    [all...]
  /system/nfc/src/nfc/include/
llcp_api.h 43 (NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + LLCP_PDU_HEADER_SIZE + \
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 483 p_msg->len = NCI_DATA_HDR_SIZE + 0x03;
nfc_hal_hci.c 319 p_msg->len = NCI_DATA_HDR_SIZE + 0x03;
  /system/nfc/src/hal/include/
nci_defs.h 39 #define NCI_DATA_HDR_SIZE 3 /* per NCI spec */
  /system/nfc/src/nfa/hci/
nfa_hci_utils.c 302 uint16_t max_seg_hcp_pkt_size = nfa_hci_cb.buff_size - NCI_DATA_HDR_SIZE;
321 p_buf->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
    [all...]
  /system/nfc/src/nfa/ee/
nfa_ee_act.c 819 uint16_t size = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE +
827 p_pkt->offset = NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE;
    [all...]

Completed in 180 milliseconds