Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/src/
Dutils.c223 HC_BUFFER_HDR_T *p_buf_hdr; in utils_remove_from_queue_unlocked() local
231 p_buf_hdr = (HC_BUFFER_HDR_T *)((uint8_t *)p_buf - BT_HC_BUFFER_HDR_SIZE); in utils_remove_from_queue_unlocked()
237 if (p_prev->p_next == p_buf_hdr) in utils_remove_from_queue_unlocked()
239 p_prev->p_next = p_buf_hdr->p_next; in utils_remove_from_queue_unlocked()
249 p_buf_hdr->p_next = NULL; in utils_remove_from_queue_unlocked()
/external/bluetooth/bluedroid/gki/common/
Dgki_buffer.c911 BUFFER_HDR_T *p_buf_hdr; in GKI_remove_from_queue() local
921 p_buf_hdr = (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE); in GKI_remove_from_queue()
927 if (p_prev->p_next == p_buf_hdr) in GKI_remove_from_queue()
929 p_prev->p_next = p_buf_hdr->p_next; in GKI_remove_from_queue()
939 p_buf_hdr->p_next = NULL; in GKI_remove_from_queue()
940 p_buf_hdr->status = BUF_STATUS_UNLINKED; in GKI_remove_from_queue()
/external/libnfc-nci/src/gki/common/
Dgki_buffer.c971 BUFFER_HDR_T *p_buf_hdr; in GKI_remove_from_queue() local
981 p_buf_hdr = (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE); in GKI_remove_from_queue()
987 if (p_prev->p_next == p_buf_hdr) in GKI_remove_from_queue()
989 p_prev->p_next = p_buf_hdr->p_next; in GKI_remove_from_queue()
999 p_buf_hdr->p_next = NULL; in GKI_remove_from_queue()
1000 p_buf_hdr->status = BUF_STATUS_UNLINKED; in GKI_remove_from_queue()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_buffer.c971 BUFFER_HDR_T *p_buf_hdr; in GKI_remove_from_queue() local
981 p_buf_hdr = (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE); in GKI_remove_from_queue()
987 if (p_prev->p_next == p_buf_hdr) in GKI_remove_from_queue()
989 p_prev->p_next = p_buf_hdr->p_next; in GKI_remove_from_queue()
999 p_buf_hdr->p_next = NULL; in GKI_remove_from_queue()
1000 p_buf_hdr->status = BUF_STATUS_UNLINKED; in GKI_remove_from_queue()