Home
last modified time | relevance | path

Searched refs:num_pending_ui_pdu (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/int/
Dnfa_p2p_int.h232 UINT8 num_pending_ui_pdu; /* number of tx UI PDU not processed by NFA */ member
/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c630 UINT8 num_pending_ui_pdu, in LLCP_IsLogicalLinkCongested() argument
637 local_sap, num_pending_ui_pdu, total_pending_ui_pdu, total_pending_i_pdu); in LLCP_IsLogicalLinkCongested()
649 else if ( (num_pending_ui_pdu + p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start) in LLCP_IsLogicalLinkCongested()
/external/libnfc-nci/src/nfc/include/
Dllcp_api.h389 UINT8 num_pending_ui_pdu,
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_api.c534 nfa_p2p_cb.sap_cb[xx].num_pending_ui_pdu, in NFA_P2pSendUI()
558 nfa_p2p_cb.sap_cb[xx].num_pending_ui_pdu++; in NFA_P2pSendUI()
Dnfa_p2p_act.c1033 if (nfa_p2p_cb.sap_cb[local_sap].num_pending_ui_pdu) in nfa_p2p_send_ui()
1034 nfa_p2p_cb.sap_cb[local_sap].num_pending_ui_pdu--; in nfa_p2p_send_ui()