Home
last modified time | relevance | path

Searched refs:tx_q (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
Dbt_hci_bdroid.c71 BUFFER_Q tx_q; variable
148 utils_queue_init(&tx_q); in init()
251 utils_enqueue(&tx_q, (void *) transac); in transmit_buf()
419 p_next_msg = tx_q.p_first; in bt_hc_worker_thread()
443 utils_remove_from_queue_unlocked(&tx_q, p_msg); in bt_hc_worker_thread()
Dhci_h4.c153 extern BUFFER_Q tx_q;
1006 utils_enqueue(&tx_q, (void *) p_buf); in hci_h4_send_int_cmd()
Dhci_mct.c136 extern BUFFER_Q tx_q;
1108 utils_enqueue(&tx_q, (void *) p_buf); in hci_mct_send_int_cmd()
/external/bluetooth/bluedroid/stack/avct/
Davct_lcb_act.c458 if (p_lcb->cong == FALSE && GKI_getfirst(&p_lcb->tx_q)) in avct_lcb_cong_ind()
460 while ( !p_lcb->cong && (p_buf = (BT_HDR *)GKI_dequeue(&p_lcb->tx_q)) != NULL) in avct_lcb_cong_ind()
588 GKI_enqueue (&p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
610 AVCT_TRACE_DEBUG1 ("avct_lcb_send_msg tx_q_count:%d", p_lcb->tx_q.count); in avct_lcb_send_msg()
Davct_int.h84 BUFFER_Q tx_q; /* Transmit data buffer queue */ member
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c149 …UG3 ("nfc_ncif_send_data :%d, num_buff:%d qc:%d", p_cb->conn_id, p_cb->num_buff, p_cb->tx_q.count); in nfc_ncif_send_data()
176 GKI_enqueue (&p_cb->tx_q, p_data); in nfc_ncif_send_data()
180 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q); in nfc_ncif_send_data()
201 p_data = (BT_HDR *)GKI_dequeue (&p_cb->tx_q); in nfc_ncif_send_data()
238 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q); in nfc_ncif_send_data()
969 while ((p_data = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_ncif_proc_deactivate()
Dnfc_utils.c174 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_free_conn_cb()
Dnfc_main.c1107 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in NFC_FlushData()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h108 BUFFER_Q tx_q; /* transmit queue */ member