Home
last modified time | relevance | path

Searched refs:GKI_getfirst (Results 1 – 13 of 13) sorted by relevance

/system/bt/gki/common/
Dgki.h79 void *GKI_getfirst (BUFFER_Q *);
Dgki_buffer.c415 void *GKI_getfirst (BUFFER_Q *p_q) in GKI_getfirst() function
/system/bt/stack/l2cap/
Dl2c_fcr.c957 … ls = ((BT_HDR *)(GKI_getfirst(&p_fcrb->waiting_for_ack_q)))->layer_specific & L2CAP_FCR_SAR_BITS; in process_reqseq()
1510 if ( (GKI_getfirst(&p_ccb->fcrb.waiting_for_ack_q)) in retransmit_i_frames()
1527 …for (p_buf = (BT_HDR *)GKI_getfirst(&p_ccb->fcrb.waiting_for_ack_q); p_buf; p_buf = (BT_HDR *)GKI_… in retransmit_i_frames()
1568 p_buf = (BT_HDR *)GKI_getfirst(&p_ccb->fcrb.waiting_for_ack_q); in retransmit_i_frames()
1623 if (GKI_getfirst(&p_ccb->fcrb.retrans_q)) in l2c_fcr_get_next_xmit_sdu_seg()
1648 p_buf = (BT_HDR *)GKI_getfirst(&p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
Dl2c_api.c1905 … lcid, num_to_flush, GKI_queue_length(&p_ccb->xmit_hold_q), GKI_getfirst(&p_ccb->xmit_hold_q)); in L2CA_FlushChannel()
Dl2c_utils.c942 while (GKI_getfirst(&p_ccb->xmit_hold_q)) in l2cu_send_peer_disc_req()
/system/bt/stack/gatt/
Dgatt_sr.c109 while (GKI_getfirst(&p_tcb->sr_cmd.multi_rsp_q)) in gatt_dequeue_sr_cmd()
172 p_rsp = (tGATTS_RSP *)GKI_getfirst (&p_cmd->multi_rsp_q); in process_read_multi_rsp()
1366 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q); in gatts_chk_pending_ind()
Dgatt_utils.c156 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)GKI_getfirst(&gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg()
187 …tGATTS_PENDING_NEW_SRV_START *p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getfirst(&gatt_cb.pendin… in gatt_sr_is_new_srv_chg()
746 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q); in gatt_is_srv_chg_ind_pending()
784 tGATTS_SRV_CHG *p_buf = (tGATTS_SRV_CHG *)GKI_getfirst(&gatt_cb.srv_chg_clt_q); in gatt_is_bda_in_the_srv_chg_clt_list()
/system/bt/stack/avct/
Davct_lcb_act.c485 if (p_lcb->cong == FALSE && GKI_getfirst(&p_lcb->tx_q)) in avct_lcb_cong_ind()
/system/bt/stack/gap/
Dgap_conn.c314 p_buf = (BT_HDR *)GKI_getfirst (&p_ccb->rx_queue); in GAP_ConnReadData()
/system/bt/stack/rfcomm/
Dport_api.c1252 p_buf = (BT_HDR *)GKI_getfirst (&p_port->rx.queue); in PORT_ReadData()
/system/bt/stack/avdt/
Davdt_scb_act.c1291 p_frag = (BT_HDR*)GKI_getfirst (&p_data->apiwrite.frag_q); in avdt_scb_hdl_write_req_frag()
/system/bt/btif/src/
Dbtif_media_task.c1123 p_msg = (tBT_SBC_HDR *)GKI_getfirst(&(btif_media_cb.RxSbcQ)); in btif_media_task_avk_handle_timer()
/system/bt/stack/btm/
Dbtm_sec.c6236 p_e = (tBTM_SEC_QUEUE_ENTRY *)GKI_getfirst(bq); in btm_sec_clean_pending_req_queue()
6290 p_e = (tBTM_SEC_QUEUE_ENTRY *)GKI_getfirst(bq); in btm_sec_check_pending_enc_req()