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

  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 99 static BUFFER_Q tx_q; variable
130 HC_BT_HDR *p_next_msg = tx_q.p_first;
155 utils_remove_from_queue_unlocked(&tx_q, p_msg);
232 utils_enqueue(&tx_q, buf);
353 utils_queue_init(&tx_q);
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 467 if (p_lcb->cong == FALSE && GKI_getfirst(&p_lcb->tx_q))
469 while ( !p_lcb->cong && (p_buf = (BT_HDR *)GKI_dequeue(&p_lcb->tx_q)) != NULL)
599 GKI_enqueue (&p_lcb->tx_q, p_buf);
621 AVCT_TRACE_DEBUG ("avct_lcb_send_msg tx_q_count:%d", p_lcb->tx_q.count);
avct_int.h 84 BUFFER_Q tx_q; /* Transmit data buffer queue */ member in struct:__anon5819
  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 175 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL)
nfc_ncif.c 149 NFC_TRACE_DEBUG3 ("nfc_ncif_send_data :%d, num_buff:%d qc:%d", p_cb->conn_id, p_cb->num_buff, p_cb->tx_q.count);
176 GKI_enqueue (&p_cb->tx_q, p_data);
180 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q);
201 p_data = (BT_HDR *)GKI_dequeue (&p_cb->tx_q);
240 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q);
    [all...]
nfc_main.c     [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 110 BUFFER_Q tx_q; /* transmit queue */ member in struct:__anon8063

Completed in 74 milliseconds