HomeSort by relevance Sort by last modified time
    Searched full:gki_dequeue (Results 1 - 25 of 50) sorted by null

1 2

  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 172 while ((p_buf = GKI_dequeue (&p_cb->rx_q)) != NULL)
175 while ((p_buf = GKI_dequeue (&p_cb->tx_q)) != NULL)
nfc_ncif.c 202 p_data = (BT_HDR *)GKI_dequeue (&p_cb->tx_q);
273 p_buf = (BT_HDR *)GKI_dequeue (&nfc_cb.nci_cmd_xmit_q);
    [all...]
nfc_main.c 518 while ((p_msg = (BT_HDR *)GKI_dequeue (&nfc_cb.nci_cmd_xmit_q)) != NULL)
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 331 GKI_freebuf (GKI_dequeue (&p_ccb->rx_queue));
405 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->rx_queue);
469 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
554 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 408 while((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL)
560 while((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL)
628 GKI_freebuf(GKI_dequeue(&p_scb->data_queue));
637 if ((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL)
652 GKI_freebuf(GKI_dequeue(&p_scb->data_queue));
bta_pan_ci.c 209 p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 173 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
196 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
242 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 644 GKI_freebuf (GKI_dequeue (&p_lcb->ucd_out_sec_pending_q));
647 GKI_freebuf (GKI_dequeue (&p_lcb->ucd_in_sec_pending_q));
789 p_buf = (BT_HDR*)GKI_dequeue (&p_ccb->p_lcb->ucd_out_sec_pending_q);
810 p_buf = (BT_HDR*)GKI_dequeue (&p_ccb->p_lcb->ucd_out_sec_pending_q);
866 p_buf = (BT_HDR*)GKI_dequeue (&p_ccb->p_lcb->ucd_in_sec_pending_q);
886 p_buf = (BT_HDR*)GKI_dequeue (&p_ccb->p_lcb->ucd_in_sec_pending_q);
    [all...]
l2c_fcr.c 237 GKI_freebuf (GKI_dequeue (&p_fcrb->waiting_for_ack_q));
240 GKI_freebuf (GKI_dequeue (&p_fcrb->srej_rcv_hold_q));
243 GKI_freebuf (GKI_dequeue (&p_fcrb->retrans_q));
806 while ((p_buf = (BT_HDR *)GKI_dequeue (&temp_q)) != NULL)
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_ccb_act.c 70 while ((p_buf = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL)
683 p_ccb->p_curr_cmd = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q);
847 if ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q)) != NULL)
885 while ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL)
    [all...]
avdt_scb_act.c     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 620 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_xmit_q));
821 GKI_dequeue (&p_app_cb->ui_rx_q);
892 GKI_dequeue (&p_app_cb->ui_rx_q);
    [all...]
llcp_link.c 365 GKI_freebuf (GKI_dequeue (&llcp_cb.lcb.sig_xmit_q));
376 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_xmit_q));
381 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_rx_q));
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c 216 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->rx.queue)) != NULL)
221 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->tx.queue)) != NULL)
rfc_utils.c 205 while ((p_buf = GKI_dequeue(&p_mcb->cmd_q)) != NULL)
471 if ((p = (BT_HDR *) GKI_dequeue(&p_mcb->cmd_q)) == NULL)
port_api.c     [all...]
  /external/bluetooth/bluedroid/gki/common/
gki.h 421 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
gki_buffer.c 843 ** Function GKI_dequeue
852 void *GKI_dequeue (BUFFER_Q *p_q)
909 return (GKI_dequeue (p_q));
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 910 ** Function GKI_dequeue
919 void *GKI_dequeue (BUFFER_Q *p_q)
976 return (GKI_dequeue (p_q));
    [all...]
gki.h 444 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 910 ** Function GKI_dequeue
919 void *GKI_dequeue (BUFFER_Q *p_q)
976 return (GKI_dequeue (p_q));
    [all...]
gki.h 446 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 609 p_req = (tBTM_BLE_CONN_REQ*)GKI_dequeue (&btm_cb.ble_ctr_cb.conn_pending_q);
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 475 p_buf = (BT_HDR *)GKI_dequeue (&(p_hci_cmd_cb->cmd_xmit_q));
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 128 GKI_freebuf(GKI_dequeue(q));
848 BT_HDR *p_buf = GKI_dequeue(&rs->incoming_que);
    [all...]

Completed in 1383 milliseconds

1 2