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

  /system/bt/stack/avct/
avct_lcb_act.cc 419 if (p_lcb->cong == false && !fixed_queue_is_empty(p_lcb->tx_q)) {
421 (p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_lcb->tx_q)) != NULL) {
529 fixed_queue_enqueue(p_lcb->tx_q, p_buf);
547 fixed_queue_length(p_lcb->tx_q));
avct_lcb.cc 274 p_lcb->tx_q = fixed_queue_new(SIZE_MAX);
314 fixed_queue_free(p_lcb->tx_q, NULL);
avct_int.h 84 fixed_queue_t* tx_q; /* Transmit data buffer queue */ member in struct:__anon106142
  /system/nfc/src/nfc/nfc/
nfc_utils.c 154 while ((p_buf = GKI_dequeue(&p_cb->tx_q)) != NULL) GKI_freebuf(p_buf);
nfc_ncif.c 136 p_cb->num_buff, p_cb->tx_q.count);
159 GKI_enqueue(&p_cb->tx_q, p_data);
163 p_data = (NFC_HDR*)GKI_getfirst(&p_cb->tx_q);
179 p_data = (NFC_HDR*)GKI_dequeue(&p_cb->tx_q);
213 p_data = (NFC_HDR*)GKI_getfirst(&p_cb->tx_q);
933 while ((p_data = GKI_dequeue(&p_cb->tx_q)) != NULL) {
    [all...]
nfc_main.c     [all...]
  /system/nfc/src/nfc/int/
nfc_int.h 127 BUFFER_Q tx_q; /* transmit queue */ member in struct:__anon107620

Completed in 203 milliseconds