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

  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 76 BUFFER_Q tx_q; variable
216 utils_queue_init(&tx_q);
319 utils_enqueue(&tx_q, (void *) transac);
505 p_next_msg = tx_q.p_first;
531 utils_remove_from_queue_unlocked(&tx_q, p_msg);
hci_h4.c 153 extern BUFFER_Q tx_q;
982 ** in the tx_q.
    [all...]
hci_mct.c 136 extern BUFFER_Q tx_q;
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 458 if (p_lcb->cong == FALSE && GKI_getfirst(&p_lcb->tx_q))
460 while ( !p_lcb->cong && (p_buf = (BT_HDR *)GKI_dequeue(&p_lcb->tx_q)) != NULL)
588 GKI_enqueue (&p_lcb->tx_q, p_buf);
610 AVCT_TRACE_DEBUG1 ("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:__anon3028
  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 175 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL)
nfc_ncif.c 150 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);
177 GKI_enqueue (&p_cb->tx_q, p_data);
181 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q);
202 p_data = (BT_HDR *)GKI_dequeue (&p_cb->tx_q);
238 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q);
    [all...]
nfc_main.c     [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 109 BUFFER_Q tx_q; /* transmit queue */ member in struct:__anon10625

Completed in 2741 milliseconds