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

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 1478 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:__anon15421
362 void *p_last; member in struct:__anon15422
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:__anon15450
365 void *p_last; member in struct:__anon15451
gki_common.h 83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
  /system/bt/stack/a2dp/
a2d_sbc.c 216 void A2D_ParsSbcMplHdr(UINT8 *p_src, BOOLEAN *p_frag, BOOLEAN *p_start, BOOLEAN *p_last, UINT8 *p_num)
218 if(p_src && p_frag && p_start && p_last && p_num)
222 *p_last = (*p_src & A2D_SBC_HDR_L_MSK) ? TRUE: FALSE;
  /system/bt/stack/include/
a2d_sbc.h 206 BOOLEAN *p_start, BOOLEAN *p_last,
  /system/bt/stack/gatt/
gatt_db.c 912 tGATT_ATTR16 *p_attr16 = NULL, *p_last; local
    [all...]
gatt_utils.c 534 p_list->p_last = p_new;
545 p_list->p_last->p_next = p_new;
546 p_new->p_prev = p_list->p_last;
548 p_list->p_last = p_new;
602 p_list->p_last = p_remove->p_prev;
639 p_list->p_last = p_new;
650 p_list->p_last->p_next = p_new;
651 p_new->p_prev = p_list->p_last;
653 p_list->p_last = p_new;
706 p_list->p_last = p_remove->p_prev
    [all...]
gatt_int.h 325 tGATT_HDL_LIST_ELEM *p_last; member in struct:__anon73627
345 tGATT_SRV_LIST_ELEM *p_last; member in struct:__anon73628
gatt_sr.c 560 p_list->p_last_primary == p_list->p_last)
    [all...]
  /external/freetype/src/autofit/
aflatin.c 630 FT_Int p_last = 0; local
676 p_last = first;
681 p_last = -1;
711 p_last = last;
743 p_last = last;
748 p_last = last;
761 best_on_point_last = p_last;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c 565 FT_Int p_last = 0; local
611 p_last = first;
616 p_last = -1;
646 p_last = last;
678 p_last = last;
683 p_last = last;
696 best_on_point_last = p_last;
    [all...]

Completed in 596 milliseconds