HomeSort by relevance Sort by last modified time
    Searched refs:GKI_dequeue (Results 1 - 25 of 44) sorted by null

1 2

  /system/bt/gki/common/
gki.h 77 void *GKI_dequeue (BUFFER_Q *);
gki_buffer.c 306 ** Function GKI_dequeue
315 void *GKI_dequeue (BUFFER_Q *p_q)
371 return (GKI_dequeue (p_q));
  /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);
276 p_buf = (BT_HDR *)GKI_dequeue (&nfc_cb.nci_cmd_xmit_q);
    [all...]
nfc_main.c 519 while ((p_msg = (BT_HDR *)GKI_dequeue (&nfc_cb.nci_cmd_xmit_q)) != NULL)
    [all...]
  /system/bt/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 227 GKI_freebuf (GKI_dequeue (&p_fcrb->waiting_for_ack_q));
230 GKI_freebuf (GKI_dequeue (&p_fcrb->srej_rcv_hold_q));
233 GKI_freebuf (GKI_dequeue (&p_fcrb->retrans_q));
782 while ((p_buf = (BT_HDR *)GKI_dequeue (&temp_q)) != NULL)
    [all...]
  /system/bt/stack/gatt/
gatt_auth.c 174 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
198 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
253 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
gatt_utils.c 97 GKI_freebuf (GKI_dequeue (&p_tcb->pending_ind_q));
114 GKI_freebuf (GKI_dequeue (&p_tcb->pending_enc_clcb));
377 GKI_freebuf (GKI_dequeue (&p->svc_db.svc_buffer));
401 GKI_freebuf (GKI_dequeue (&p_elem->svc_db.svc_buffer));
    [all...]
  /system/bt/stack/gap/
gap_conn.c 343 GKI_freebuf (GKI_dequeue (&p_ccb->rx_queue));
417 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->rx_queue);
481 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
566 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
    [all...]
gap_ble.c 153 while((p_q = (tGAP_BLE_REQ *)GKI_dequeue(&p_clcb->pending_req_q)) != NULL)
199 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)GKI_dequeue(&p_clcb->pending_req_q);;
  /system/bt/bta/pan/
bta_pan_act.c 442 while((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL)
596 while((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL)
668 GKI_freebuf(GKI_dequeue(&p_scb->data_queue));
678 if ((p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue)) != NULL)
693 GKI_freebuf(GKI_dequeue(&p_scb->data_queue));
bta_pan_ci.c 208 p_buf = (BT_HDR *)GKI_dequeue(&p_scb->data_queue);
  /system/bt/stack/avdt/
avdt_ccb_act.c 71 while ((p_buf = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL)
689 p_ccb->p_curr_cmd = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q);
856 if ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q)) != NULL)
895 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 603 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_xmit_q));
804 GKI_dequeue (&p_app_cb->ui_rx_q);
875 GKI_dequeue (&p_app_cb->ui_rx_q);
    [all...]
llcp_link.c 379 GKI_freebuf (GKI_dequeue (&llcp_cb.lcb.sig_xmit_q));
390 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_xmit_q));
395 GKI_freebuf (GKI_dequeue (&p_app_cb->ui_rx_q));
    [all...]
  /system/bt/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 206 while ((p_buf = GKI_dequeue(&p_mcb->cmd_q)) != NULL)
474 if ((p = (BT_HDR *) GKI_dequeue(&p_mcb->cmd_q)) == NULL)
port_api.c     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 444 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
  /external/libnfc-nci/src/gki/common/
gki.h 446 GKI_API extern void *GKI_dequeue (BUFFER_Q *);
  /system/bt/btif/src/
btif_media_task.c     [all...]
  /system/bt/stack/avct/
avct_lcb_act.c 487 while ( !p_lcb->cong && (p_buf = (BT_HDR *)GKI_dequeue(&p_lcb->tx_q)) != NULL)
  /system/bt/stack/btm/
btm_ble_bgconn.c 731 p_req = (tBTM_BLE_CONN_REQ*)GKI_dequeue (&btm_cb.ble_ctr_cb.conn_pending_q);

Completed in 314 milliseconds

1 2