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

1 2

  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 281 GKI_enqueue (&p_app_cb->ui_xmit_q, p_msg);
328 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, p_msg);
474 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, p_msg);
613 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, p_msg);
705 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, p_msg);
775 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, p_msg);
868 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, p_msg);
llcp_sdp.c 76 GKI_enqueue (&llcp_cb.lcb.sig_xmit_q, llcp_cb.sdp_cb.p_snl);
llcp_dlc.c 428 GKI_enqueue (&p_dlcb->i_xmit_q, p_data);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 739 GKI_enqueue (&p_ccb->p_lcb->ucd_out_sec_pending_q, p_data);
980 GKI_enqueue (&p_ccb->p_lcb->ucd_in_sec_pending_q, p_data);
    [all...]
l2c_fcr.c     [all...]
  /external/bluetooth/bluedroid/gki/common/
gki.h 422 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *);
gki_buffer.c 733 ** Function GKI_enqueue
743 void GKI_enqueue (BUFFER_Q *p_q, void *p_buf)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 445 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *);
  /external/libnfc-nci/src/gki/common/
gki.h 447 GKI_API extern void GKI_enqueue (BUFFER_Q *, void *);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 591 GKI_enqueue (&btm_cb.ble_ctr_cb.conn_pending_q, p);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 177 GKI_enqueue (&p_cb->tx_q, p_data);
263 GKI_enqueue (&nfc_cb.nci_cmd_xmit_q, p_buf);
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 458 GKI_enqueue (&p_ccb->tx_queue, p_buf);
542 GKI_enqueue (&p_ccb->tx_queue, p_buf);
    [all...]
gap_ble.c 238 GKI_enqueue(&p_clcb->pending_op_q, p_op);
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 616 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data);
701 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data);
751 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data);
876 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data);
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 203 GKI_enqueue(&(p_hci_cmd_cb->cmd_cmpl_q), p_cmd);
459 GKI_enqueue (&(p_hci_cmd_cb->cmd_xmit_q), p_buf);
512 GKI_enqueue (&(p_hci_cmd_cb->cmd_xmit_q), p_buf);
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 210 GKI_enqueue(&p_scb->data_queue, p_new_buf);
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 588 GKI_enqueue (&p_lcb->tx_q, p_buf);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 222 GKI_enqueue (&p_tcb->pending_ind_q, p_buf);
246 GKI_enqueue (&gatt_cb.pending_new_srv_start_q, p_buf);
269 GKI_enqueue (&gatt_cb.srv_chg_clt_q, p_buf);
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 465 GKI_enqueue(&p_mcb->cmd_q, p_buf);
port_rfc.c 891 GKI_enqueue (&p_port->rx.queue, p_buf);
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 153 GKI_enqueue(&p_srvc_cb->cache_buffer, p_buf);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 946 GKI_enqueue(&rs->incoming_que, p_buf);
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 465 GKI_enqueue (&p_bcb->xmit_q, p_buf);
    [all...]

Completed in 529 milliseconds

1 2