Home
last modified time | relevance | path

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

/system/bt/stack/avct/
Davct_lcb_act.cc428 if (!p_lcb->cong && !fixed_queue_is_empty(p_lcb->tx_q)) { in avct_lcb_cong_ind()
430 (p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_lcb->tx_q)) != NULL) { in avct_lcb_cong_ind()
538 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()
556 fixed_queue_length(p_lcb->tx_q)); in avct_lcb_send_msg()
Davct_lcb.cc273 p_lcb->tx_q = fixed_queue_new(SIZE_MAX); in avct_lcb_alloc()
313 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
Davct_int.h84 fixed_queue_t* tx_q; /* Transmit data buffer queue */ member
/system/nfc/src/nfc/nfc/
Dnfc_utils.cc160 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != nullptr) GKI_freebuf(p_buf); in nfc_free_conn_cb()
Dnfc_ncif.cc154 p_cb->conn_id, p_cb->num_buff, p_cb->tx_q.count); in nfc_ncif_send_data()
177 GKI_enqueue(&p_cb->tx_q, p_data); in nfc_ncif_send_data()
181 p_data = (NFC_HDR*)GKI_getfirst(&p_cb->tx_q); in nfc_ncif_send_data()
197 p_data = (NFC_HDR*)GKI_dequeue(&p_cb->tx_q); in nfc_ncif_send_data()
232 p_data = (NFC_HDR*)GKI_getfirst(&p_cb->tx_q); in nfc_ncif_send_data()
1133 while ((p_data = GKI_dequeue(&p_cb->tx_q)) != nullptr) { in nfc_ncif_proc_deactivate()
Dnfc_main.cc1098 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != nullptr) GKI_freebuf(p_buf); in NFC_FlushData()
/system/nfc/src/nfc/include/
Dnfc_int.h126 BUFFER_Q tx_q; /* transmit queue */ member