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

1 2

  /external/bluetooth/bluedroid/hci/src/
utils.c 82 p_q->p_first = p_q->p_last = NULL;
103 if (p_q->p_last)
106 (HC_BUFFER_HDR_T *)((uint8_t *)p_q->p_last - BT_HC_BUFFER_HDR_SIZE);
113 p_q->p_last = p_buf;
163 p_q->p_last = NULL;
241 /* If we are removing the last guy in the queue, update p_last */
242 if (p_buf == p_q->p_last)
243 p_q->p_last = p_prev + 1;
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_sbc.c 149 tA2D_SBC_FR_CB *p_cur, *p_last; local
155 p_last = &a2d_sbc_ds_cb.fr[A2D_SBC_LIDX];
157 p_last->idx = p_cur->idx;
158 p_last->use = p_cur->use;
391 void A2D_ParsSbcMplHdr(UINT8 *p_src, BOOLEAN *p_frag, BOOLEAN *p_start, BOOLEAN *p_last, UINT8 *p_num)
393 if(p_src && p_frag && p_start && p_last && p_num)
397 *p_last = (*p_src & A2D_SBC_HDR_L_MSK) ? TRUE: FALSE;
444 BOOLEAN *p_start, BOOLEAN *p_last,
450 UNUSED(p_last);
  /external/bluetooth/bluedroid/hci/include/
utils.h 45 void *p_last; member in struct:__anon5784
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 498 timer_q->p_last = NULL;
652 p_timer_listq->p_last = p_tle;
668 p_timer_listq->p_last->p_next = p_tle;
669 p_tle->p_prev = p_timer_listq->p_last;
670 p_timer_listq->p_last = p_tle;
727 if (p_timer_listq->p_last == p_tle)
728 p_timer_listq->p_last = NULL;
732 if (p_timer_listq->p_last == p_tle)
734 p_timer_listq->p_last = p_tle->p_prev;
736 if (p_timer_listq->p_last != NULL
    [all...]
gki_buffer.c 86 p_cb->freeq[id].p_last = hdr1;
133 p_cb->freeq[i].p_last = NULL;
177 p_cb->freeq[tt].p_last = 0;
345 p_q->p_first = p_q->p_last = NULL;
424 Q->p_last = NULL;
494 Q->p_last = NULL;
563 if (Q->p_last)
564 Q->p_last->p_next = p_hdr;
568 Q->p_last = p_hdr;
775 if (p_q->p_last)
    [all...]
gki.h 105 TIMER_LIST_ENT *p_last; member in struct:__anon5751
115 void *p_last; member in struct:__anon5752
gki_common.h 71 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
  /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:__anon28500
362 void *p_last; member in struct:__anon28501
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:__anon28513
365 void *p_last; member in struct:__anon28514
gki_common.h 83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
  /external/bluetooth/bluedroid/stack/include/
a2d_sbc.h 206 BOOLEAN *p_start, BOOLEAN *p_last,
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_encoder.c 102 #define SBC_PRTC_C2L() {p_last=&sbc_prtc_cb.fr[SBC_PRTC_LIDX]; p_cur=&sbc_prtc_cb.fr[SBC_PRTC_CIDX]; \
103 p_last->idx = p_cur->idx; p_last->use = p_cur->use;}
133 tSBC_FR_CB *p_cur, *p_last; local
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 925 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 327 tGATT_HDL_LIST_ELEM *p_last; member in struct:__anon5913
347 tGATT_SRV_LIST_ELEM *p_last; member in struct:__anon5914
gatt_sr.c 579 p_list->p_last_primary == p_list->p_last)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 590 char * p_last; member in class:Morph
601 if (*p_last) {
602 str.append(*p_last);
603 p_last++;
645 p_last = last;
648 for (; str.content_size()<len && *p_curr && *p_last;){
665 if (*p_last) {
    [all...]
  /external/freetype/src/autofit/
aflatin.c 544 FT_Int p_last = 0; local
590 p_last = first;
595 p_last = -1;
625 p_last = last;
657 p_last = last;
662 p_last = last;
675 best_on_point_last = p_last;
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c     [all...]

Completed in 489 milliseconds

1 2