Home
last modified time | relevance | path

Searched refs:NFC_HDR_SIZE (Results 1 – 16 of 16) sorted by relevance

/system/nfc/src/nfc/include/
Dce_int.h141 (NFC_CE_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_MSG_OFFSET_SIZE - \
147 (NFC_CE_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_DATA_HDR_SIZE - \
Drw_int.h536 (NFC_RW_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_DATA_HDR_SIZE - \
542 (NFC_RW_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_MSG_OFFSET_SIZE - \
/system/nfc/src/nfc/nfc/
Dnfc_task.cc68 p_msg = (NFC_HDR*)GKI_getbuf(NFC_HDR_SIZE); in nfc_start_timer()
185 p_msg = (NFC_HDR*)GKI_getbuf(NFC_HDR_SIZE); in nfc_start_quick_timer()
Dnfc_ncif.cc1673 if (size < (NFC_HDR_SIZE + p_last->len + p_last->offset + len)) { in nfc_ncif_proc_data()
1681 memcpy(p_max, p_last, NFC_HDR_SIZE); in nfc_ncif_proc_data()
Dnfc_main.cc898 GKI_getbuf((uint16_t)(NFC_HDR_SIZE + 1 + params_size)); in NFC_DiscoveryStart()
/system/nfc/src/include/
Dnfc_types.h31 #define NFC_HDR_SIZE (sizeof(NFC_HDR)) macro
Dnfc_target.h370 (LLCP_POOL_BUF_SIZE - NFC_HDR_SIZE - NCI_MSG_OFFSET_SIZE - \
Dnci_defs.h561 ((NFC_HDR*)GKI_getbuf((uint16_t)(NFC_HDR_SIZE + NCI_MSG_HDR_SIZE + \
/system/nfc/src/nfc/llcp/
Dllcp_sdp.cc148 available_bytes = GKI_get_buf_size(llcp_cb.sdp_cb.p_snl) - NFC_HDR_SIZE - in llcp_sdp_send_sdreq()
243 available_bytes = GKI_get_buf_size(llcp_cb.sdp_cb.p_snl) - NFC_HDR_SIZE - in llcp_sdp_send_sdres()
Dllcp_dlc.cc950 available_bytes = GKI_get_buf_size(p_last_buf) - NFC_HDR_SIZE - in llcp_dlc_proc_i_pdu()
Dllcp_link.cc996 available_bytes = GKI_get_buf_size(p_last_buf) - NFC_HDR_SIZE - in llcp_link_proc_ui_pdu()
/system/nfc/src/nfa/dm/
Dnfa_dm_act.cc861 p_cmd->offset = sizeof(tNFA_DM_API_SEND_VSC) - NFC_HDR_SIZE; in nfa_dm_act_send_vsc()
884 p_cmd->offset = sizeof(tNFA_DM_API_SEND_VSC) - NFC_HDR_SIZE; in nfa_dm_act_send_raw_vs()
Dnfa_dm_api.cc942 size = NFC_HDR_SIZE + NCI_MSG_OFFSET_SIZE + NCI_DATA_HDR_SIZE + data_len; in NFA_SendRawFrame()
/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc808 p_msg = (NFC_HDR*)GKI_getbuf(NFC_HDR_SIZE); in NFA_EeUpdateNow()
Dnfa_ee_act.cc1597 p_data->send_data.data_len + NFC_HDR_SIZE; in nfa_ee_api_send_data()
/system/nfc/src/nfc/tags/
Drw_i93.cc580 p_buff = (NFC_HDR*)GKI_getbuf((uint16_t)(length + NFC_HDR_SIZE)); in rw_i93_send_to_upper()