Home | History | Annotate | Download | only in nfc

Lines Matching refs:rx_q

995     while ((p_data = GKI_dequeue (&p_cb->rx_q)) != NULL)
1412 while ((p_evt = (BT_HDR *)GKI_getfirst (&p_cb->rx_q)) != NULL)
1430 p_evt = (BT_HDR *) GKI_dequeue (&p_cb->rx_q);
1495 p_last = (BT_HDR *)GKI_getlast (&p_cb->rx_q);
1516 GKI_remove_from_queue (&p_cb->rx_q, p_last);
1518 GKI_enqueue (&p_cb->rx_q, p_max);
1558 GKI_enqueue (&p_cb->rx_q, p_msg);
1572 GKI_enqueue (&p_cb->rx_q, p_msg);