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

  /system/bt/stack/a2dp/
a2d_sbc.c 148 tA2D_SBC_FR_CB *p_cur, *p_last; local
154 p_last = &a2d_sbc_ds_cb.fr[A2D_SBC_LIDX];
156 p_last->idx = p_cur->idx;
157 p_last->use = p_cur->use;
389 void A2D_ParsSbcMplHdr(UINT8 *p_src, BOOLEAN *p_frag, BOOLEAN *p_start, BOOLEAN *p_last, UINT8 *p_num)
391 if(p_src && p_frag && p_start && p_last && p_num)
395 *p_last = (*p_src & A2D_SBC_HDR_L_MSK) ? TRUE: FALSE;
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 1479 BT_HDR *p_last; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 635 p_timer_listq->p_last = NULL;
823 if (p_timer_listq->p_last != NULL)
824 p_timer_listq->p_last->p_next = p_tle;
826 p_tle->p_prev = p_timer_listq->p_last;
830 p_timer_listq->p_last = p_tle;
934 if (p_timer_listq->p_last == p_tle)
935 p_timer_listq->p_last = NULL;
939 if (p_timer_listq->p_last == p_tle)
941 p_timer_listq->p_last = p_tle->p_prev;
943 if (p_timer_listq->p_last != NULL
    [all...]
gki_buffer.c 95 p_cb->freeq[id].p_last = hdr1;
167 p_cb->freeq[tt].p_last = 0;
333 p_q->p_first = p_q->p_last = NULL;
427 Q->p_last = NULL;
539 Q->p_last = NULL;
623 if (Q->p_last)
624 Q->p_last->p_next = p_hdr;
628 Q->p_last = p_hdr;
837 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
843 p_q->p_last = p_buf
    [all...]
gki.h 351 TIMER_LIST_ENT *p_last; member in struct:__anon12654
362 void *p_last; member in struct:__anon12655
gki_common.h 83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
  /external/libnfc-nci/src/gki/common/
gki_time.c 635 p_timer_listq->p_last = NULL;
823 if (p_timer_listq->p_last != NULL)
824 p_timer_listq->p_last->p_next = p_tle;
826 p_tle->p_prev = p_timer_listq->p_last;
830 p_timer_listq->p_last = p_tle;
934 if (p_timer_listq->p_last == p_tle)
935 p_timer_listq->p_last = NULL;
939 if (p_timer_listq->p_last == p_tle)
941 p_timer_listq->p_last = p_tle->p_prev;
943 if (p_timer_listq->p_last != NULL
    [all...]
gki_buffer.c 95 p_cb->freeq[id].p_last = hdr1;
167 p_cb->freeq[tt].p_last = 0;
333 p_q->p_first = p_q->p_last = NULL;
427 Q->p_last = NULL;
539 Q->p_last = NULL;
623 if (Q->p_last)
624 Q->p_last->p_next = p_hdr;
628 Q->p_last = p_hdr;
837 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE);
843 p_q->p_last = p_buf
    [all...]
gki.h 354 TIMER_LIST_ENT *p_last; member in struct:__anon12683
365 void *p_last; member in struct:__anon12684
gki_common.h 83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
  /system/bt/stack/include/
a2d_sbc.h 206 BOOLEAN *p_start, BOOLEAN *p_last,
  /system/bt/embdrv/sbc/encoder/srce/
sbc_encoder.c 103 #define SBC_PRTC_C2L() {p_last=&sbc_prtc_cb.fr[SBC_PRTC_LIDX]; p_cur=&sbc_prtc_cb.fr[SBC_PRTC_CIDX]; \
104 p_last->idx = p_cur->idx; p_last->use = p_cur->use;}
134 tSBC_FR_CB *p_cur, *p_last; local
  /system/bt/stack/gatt/
gatt_db.c 920 tGATT_ATTR16 *p_attr16 = NULL, *p_last; local
    [all...]
gatt_utils.c 514 p_list->p_last = p_new;
525 p_list->p_last->p_next = p_new;
526 p_new->p_prev = p_list->p_last;
528 p_list->p_last = p_new;
582 p_list->p_last = p_remove->p_prev;
619 p_list->p_last = p_new;
630 p_list->p_last->p_next = p_new;
631 p_new->p_prev = p_list->p_last;
633 p_list->p_last = p_new;
686 p_list->p_last = p_remove->p_prev
    [all...]
gatt_int.h 325 tGATT_HDL_LIST_ELEM *p_last; member in struct:__anon69387
345 tGATT_SRV_LIST_ELEM *p_last; member in struct:__anon69388
gatt_sr.c 578 p_list->p_last_primary == p_list->p_last)
    [all...]
  /external/freetype/src/autofit/
aflatin.c 545 FT_Int p_last = 0; local
591 p_last = first;
596 p_last = -1;
626 p_last = last;
658 p_last = last;
663 p_last = last;
676 best_on_point_last = p_last;
    [all...]

Completed in 124 milliseconds