Home
last modified time | relevance | path

Searched refs:i_rx_q (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/llcp/
Dllcp_api.cc1124 if (p_dlcb->i_rx_q.p_first) { in LLCP_ReadDataLinkData()
1125 p_buf = (NFC_HDR*)p_dlcb->i_rx_q.p_first; in LLCP_ReadDataLinkData()
1159 GKI_dequeue(&p_dlcb->i_rx_q); in LLCP_ReadDataLinkData()
1178 if (p_dlcb->i_rx_q.p_first) { in LLCP_ReadDataLinkData()
1214 while (p_dlcb->i_rx_q.p_first) { in LLCP_FlushDataLinkRxData()
1215 p_buf = (NFC_HDR*)p_dlcb->i_rx_q.p_first; in LLCP_FlushDataLinkRxData()
1230 GKI_dequeue(&p_dlcb->i_rx_q); in LLCP_FlushDataLinkRxData()
1347 if (p_dlcb->i_rx_q.count) { in LLCP_SetLocalBusyStatus()
Dllcp_dlc.cc946 p_last_buf = (NFC_HDR*)GKI_getlast(&p_dlcb->i_rx_q); in llcp_dlc_proc_i_pdu()
1013 GKI_enqueue(&p_dlcb->i_rx_q, p_msg); in llcp_dlc_proc_i_pdu()
/system/nfc/src/nfc/include/
Dllcp_int.h192 BUFFER_Q i_rx_q; /* rx queue of I PDU */ member