Home
last modified time | relevance | path

Searched refs:_p_first (Results 1 – 4 of 4) sorted by relevance

/system/bt/gki/common/
Dgki_buffer.c80 p_cb->freeq[id]._p_first = hdr; in gki_init_free_queue()
109 p_cb->freeq[i]._p_first = NULL; in gki_buffer_cleanup()
155 p_cb->freeq[i]._p_first = 0; in gki_buffer_init()
182 p_q->_p_first = p_q->_p_last = NULL; in GKI_init_q()
293 p_q->_p_first = p_buf; in GKI_enqueue()
327 p_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->_p_first - BUFFER_HDR_SIZE); in GKI_dequeue()
332 p_q->_p_first = ((UINT8 *)p_hdr->p_next + BUFFER_HDR_SIZE); in GKI_dequeue()
335 p_q->_p_first = NULL; in GKI_dequeue()
368 if (p_buf == p_q->_p_first) in GKI_remove_from_queue()
375 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->_p_first - BUFFER_HDR_SIZE); in GKI_remove_from_queue()
[all …]
Dgki_common.h34 BUFFER_HDR_T *_p_first; /* first buffer in the queue */ member
Dgki.h52 void *_p_first; member
/system/bt/stack/gap/
Dgap_conn.c1187 while (p_ccb->rx_queue._p_first) in gap_release_ccb()
1190 while (p_ccb->tx_queue._p_first) in gap_release_ccb()