HomeSort by relevance Sort by last modified time
    Searched full:gki_getfirst (Results 1 - 17 of 17) sorted by null

  /external/bluetooth/bluedroid/gki/common/
gki.h 175 GKI_API extern void *GKI_getfirst (BUFFER_Q *);
gki_buffer.c 947 ** Function GKI_getfirst
956 void *GKI_getfirst (BUFFER_Q *p_q)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 447 GKI_API extern void *GKI_getfirst (BUFFER_Q *);
gki_buffer.c 1013 ** Function GKI_getfirst
1022 void *GKI_getfirst (BUFFER_Q *p_q)
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 449 GKI_API extern void *GKI_getfirst (BUFFER_Q *);
gki_buffer.c 1013 ** Function GKI_getfirst
1022 void *GKI_getfirst (BUFFER_Q *p_q)
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 180 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q);
240 p_data = (BT_HDR *)GKI_getfirst (&p_cb->tx_q);
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 467 if (p_lcb->cong == FALSE && GKI_getfirst(&p_lcb->tx_q))
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 156 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)GKI_getfirst(&gatt_cb.srv_chg_clt_q);
187 tGATTS_PENDING_NEW_SRV_START *p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getfirst(&gatt_cb.pending_new_srv_start_q);
746 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
784 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)GKI_getfirst(&gatt_cb.srv_chg_clt_q);
    [all...]
gatt_sr.c 172 p_rsp = (tGATTS_RSP *)GKI_getfirst (&p_cmd->multi_rsp_q);
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c     [all...]
btif_media_task.c     [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 303 p_buf = (BT_HDR *)GKI_getfirst (&p_ccb->rx_queue);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 830 for (p_buf = (BT_HDR *)GKI_getfirst (p_rcv_hold_q); p_buf; p_buf = p_buf1)
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c     [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c     [all...]

Completed in 588 milliseconds