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

  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 765 if (p_app_cb->ui_rx_q.p_first)
767 p_buf = (BT_HDR *) p_app_cb->ui_rx_q.p_first;
804 GKI_dequeue (&p_app_cb->ui_rx_q);
807 /* decrease number of received UI PDU in in all of ui_rx_q and check rx congestion status */
814 if (p_app_cb->ui_rx_q.p_first)
857 while (p_app_cb->ui_rx_q.p_first)
859 p_buf = (BT_HDR *) p_app_cb->ui_rx_q.p_first;
875 GKI_dequeue (&p_app_cb->ui_rx_q);
    [all...]
llcp_link.c 394 while (p_app_cb->ui_rx_q.p_first)
395 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_rx_q));
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 115 BUFFER_Q ui_rx_q; /* UI PDU queue for receiving */ member in struct:__anon28158
266 UINT8 total_rx_ui_pdu; /* total number of rx UI PDU in all of ui_rx_q */

Completed in 43 milliseconds