Home
last modified time | relevance | path

Searched refs:p_last (Results 1 – 10 of 10) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c1478 BT_HDR *p_last; in nfc_ncif_proc_data() local
1495 p_last = (BT_HDR *)GKI_getlast (&p_cb->rx_q); in nfc_ncif_proc_data()
1496 if (p_last && (p_last->layer_specific & NFC_RAS_FRAGMENTED)) in nfc_ncif_proc_data()
1499 size = GKI_get_buf_size(p_last); in nfc_ncif_proc_data()
1500 if (size < (BT_HDR_SIZE + p_last->len + p_last->offset + len)) in nfc_ncif_proc_data()
1510 memcpy(p_max, p_last, BT_HDR_SIZE); in nfc_ncif_proc_data()
1512 ps = (UINT8 *)(p_last + 1) + p_last->offset; in nfc_ncif_proc_data()
1513 memcpy(pd, ps, p_last->len); in nfc_ncif_proc_data()
1516 GKI_remove_from_queue (&p_cb->rx_q, p_last); in nfc_ncif_proc_data()
1517 GKI_freebuf (p_last); in nfc_ncif_proc_data()
[all …]
/external/libnfc-nci/src/gki/common/
Dgki_time.c635 p_timer_listq->p_last = NULL; in GKI_init_timer_list()
823 if (p_timer_listq->p_last != NULL) in GKI_add_to_timer_list()
824 p_timer_listq->p_last->p_next = p_tle; in GKI_add_to_timer_list()
826 p_tle->p_prev = p_timer_listq->p_last; in GKI_add_to_timer_list()
830 p_timer_listq->p_last = p_tle; in GKI_add_to_timer_list()
934 if (p_timer_listq->p_last == p_tle) in GKI_remove_from_timer_list()
935 p_timer_listq->p_last = NULL; in GKI_remove_from_timer_list()
939 if (p_timer_listq->p_last == p_tle) in GKI_remove_from_timer_list()
941 p_timer_listq->p_last = p_tle->p_prev; in GKI_remove_from_timer_list()
943 if (p_timer_listq->p_last != NULL) in GKI_remove_from_timer_list()
[all …]
Dgki_buffer.c95 p_cb->freeq[id].p_last = hdr1; in gki_init_free_queue()
167 p_cb->freeq[tt].p_last = 0; in gki_buffer_init()
333 p_q->p_first = p_q->p_last = NULL; in GKI_init_q()
427 Q->p_last = NULL; in GKI_getbuf_debug()
539 Q->p_last = NULL; in GKI_getpoolbuf_debug()
623 if (Q->p_last) in GKI_freebuf()
624 Q->p_last->p_next = p_hdr; in GKI_freebuf()
628 Q->p_last = p_hdr; in GKI_freebuf()
837 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE); in GKI_enqueue()
843 p_q->p_last = p_buf; in GKI_enqueue()
[all …]
Dgki.h354 TIMER_LIST_ENT *p_last; member
365 void *p_last; member
Dgki_common.h83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_time.c635 p_timer_listq->p_last = NULL; in GKI_init_timer_list()
823 if (p_timer_listq->p_last != NULL) in GKI_add_to_timer_list()
824 p_timer_listq->p_last->p_next = p_tle; in GKI_add_to_timer_list()
826 p_tle->p_prev = p_timer_listq->p_last; in GKI_add_to_timer_list()
830 p_timer_listq->p_last = p_tle; in GKI_add_to_timer_list()
934 if (p_timer_listq->p_last == p_tle) in GKI_remove_from_timer_list()
935 p_timer_listq->p_last = NULL; in GKI_remove_from_timer_list()
939 if (p_timer_listq->p_last == p_tle) in GKI_remove_from_timer_list()
941 p_timer_listq->p_last = p_tle->p_prev; in GKI_remove_from_timer_list()
943 if (p_timer_listq->p_last != NULL) in GKI_remove_from_timer_list()
[all …]
Dgki_buffer.c95 p_cb->freeq[id].p_last = hdr1; in gki_init_free_queue()
167 p_cb->freeq[tt].p_last = 0; in gki_buffer_init()
333 p_q->p_first = p_q->p_last = NULL; in GKI_init_q()
427 Q->p_last = NULL; in GKI_getbuf_debug()
539 Q->p_last = NULL; in GKI_getpoolbuf_debug()
623 if (Q->p_last) in GKI_freebuf()
624 Q->p_last->p_next = p_hdr; in GKI_freebuf()
628 Q->p_last = p_hdr; in GKI_freebuf()
837 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE); in GKI_enqueue()
843 p_q->p_last = p_buf; in GKI_enqueue()
[all …]
Dgki.h351 TIMER_LIST_ENT *p_last; member
362 void *p_last; member
Dgki_common.h83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member
/external/freetype/src/autofit/
Daflatin.c545 FT_Int p_last = 0; in af_latin_metrics_init_blues() local
591 p_last = first; in af_latin_metrics_init_blues()
596 p_last = -1; in af_latin_metrics_init_blues()
626 p_last = last; in af_latin_metrics_init_blues()
658 p_last = last; in af_latin_metrics_init_blues()
663 p_last = last; in af_latin_metrics_init_blues()
676 best_on_point_last = p_last; in af_latin_metrics_init_blues()