Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/src/
Dbt_hci_bdroid.c99 static BUFFER_Q tx_q; variable
130 HC_BT_HDR *p_next_msg = tx_q.p_first; in event_tx()
155 utils_remove_from_queue_unlocked(&tx_q, p_msg); in event_tx()
232 utils_enqueue(&tx_q, buf); in bthc_tx()
353 utils_queue_init(&tx_q); in init()
/external/bluetooth/bluedroid/stack/avct/
Davct_lcb_act.c467 if (p_lcb->cong == FALSE && GKI_getfirst(&p_lcb->tx_q)) in avct_lcb_cong_ind()
469 while ( !p_lcb->cong && (p_buf = (BT_HDR *)GKI_dequeue(&p_lcb->tx_q)) != NULL) in avct_lcb_cong_ind()
599 GKI_enqueue (&p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
621 AVCT_TRACE_DEBUG ("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()
240 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q); in nfc_ncif_send_data()
1000 while ((p_data = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_ncif_proc_deactivate()
Dnfc_utils.c175 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_free_conn_cb()
Dnfc_main.c1135 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in NFC_FlushData()
/external/libnfc-nci/src/nfc/int/
Dnfc_int.h110 BUFFER_Q tx_q; /* transmit queue */ member