Searched refs:tx_q (Results 1 – 9 of 9) sorted by relevance
/external/bluetooth/bluedroid/hci/src/ |
D | bt_hci_bdroid.c | 71 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()
|
D | hci_h4.c | 153 extern BUFFER_Q tx_q; 1006 utils_enqueue(&tx_q, (void *) p_buf); in hci_h4_send_int_cmd()
|
D | hci_mct.c | 136 extern BUFFER_Q tx_q; 1108 utils_enqueue(&tx_q, (void *) p_buf); in hci_mct_send_int_cmd()
|
/external/bluetooth/bluedroid/stack/avct/ |
D | avct_lcb_act.c | 458 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()
|
D | avct_int.h | 84 BUFFER_Q tx_q; /* Transmit data buffer queue */ member
|
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_ncif.c | 149 …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()
|
D | nfc_utils.c | 174 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in nfc_free_conn_cb()
|
D | nfc_main.c | 1107 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL) in NFC_FlushData()
|
/external/libnfc-nci/src/nfc/int/ |
D | nfc_int.h | 108 BUFFER_Q tx_q; /* transmit queue */ member
|