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

12

  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 403 GKI_freebuf (GKI_dequeue (&p_tcb->cache_buffer));
bta_gattc_cache.c 174 GKI_freebuf (GKI_dequeue (&p_srvc_cb->cache_buffer));
    [all...]
bta_gattc_act.c 889 GKI_freebuf (GKI_dequeue (&p_clcb->p_srcb->cache_buffer));
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 460 while ( !p_lcb->cong && (p_buf = (BT_HDR *)GKI_dequeue(&p_lcb->tx_q)) != NULL)
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb.c     [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 96 GKI_freebuf (GKI_dequeue (&p_tcb->pending_ind_q));
113 GKI_freebuf (GKI_dequeue (&p_tcb->pending_enc_clcb));
376 GKI_freebuf (GKI_dequeue (&p->svc_db.svc_buffer));
400 GKI_freebuf (GKI_dequeue (&p_elem->svc_db.svc_buffer));
    [all...]
gatt_sr.c 107 GKI_freebuf (GKI_dequeue (&p_tcb->sr_cmd.multi_rsp_q));
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_mx_fsm.c 505 while ((p_buf = (BT_HDR *)GKI_dequeue(&p_mcb->cmd_q)) != NULL)
port_rfc.c     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 599 GKI_freebuf (GKI_dequeue (&p_dlcb->i_xmit_q));
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 197 GKI_freebuf (GKI_dequeue (&p_lcb->link_xmit_data_q));
836 p_buf2 = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q);
    [all...]
l2c_link.c     [all...]
l2c_api.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 92 if ((p_buf = (BT_HDR *)GKI_dequeue (&p->xmit_data_q)) != NULL)
260 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_data_q);
    [all...]
btm_acl.c     [all...]
btm_sec.c     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 792 while ((p_buf = (BT_HDR *) GKI_dequeue (&Userial_in_q)) != NULL)
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 436 BT_HDR *p_buf = (BT_HDR *)GKI_dequeue (&p_bcb->xmit_q);
bnep_utils.c 156 GKI_freebuf (GKI_dequeue (&p_bcb->xmit_q));
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 253 tGAP_BLE_PENDING_OP *p_pending_op = (tGAP_BLE_PENDING_OP *)GKI_dequeue(&p_clcb->pending_op_q);
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c     [all...]
bta_av_main.c     [all...]
bta_av_act.c     [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 79 ||((p_msg = (BT_HDR *) GKI_dequeue (&nfa_hci_cb.hci_host_reset_api_q)) == NULL) )
138 ||((p_msg = (BT_HDR *) GKI_dequeue (&nfa_hci_cb.hci_api_q)) == NULL) )
    [all...]

Completed in 517 milliseconds

12