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

  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 389 while (p_app_cb->ui_xmit_q.p_first)
390 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_xmit_q));
636 sap, p_app_cb->ui_xmit_q.count);
729 &&(p_app_cb->ui_xmit_q.count <= llcp_cb.ll_tx_congest_end) )
735 sap, p_app_cb->ui_xmit_q.count);
    [all...]
llcp_util.c 281 GKI_enqueue (&p_app_cb->ui_xmit_q, p_msg);
287 ||(p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start)
295 LLCP_TRACE_WARNING2 ("Logical link (SAP=0x%X) congested: ui_xmit_q.count=%d",
296 ssap, p_app_cb->ui_xmit_q.count);
llcp_api.c 601 while (p_app_cb->ui_xmit_q.p_first)
603 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_xmit_q));
649 else if ( (num_pending_ui_pdu + p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start)
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 114 BUFFER_Q ui_xmit_q; /* UI PDU queue for transmitting */ member in struct:__anon28158
243 UINT8 total_tx_ui_pdu; /* total number of tx UI PDU in all of ui_xmit_q*/

Completed in 53 milliseconds