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

  /external/bluetooth/bluedroid/hci/include/
utils.h 45 void *p_last; member in struct:__anon5784
  /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/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/gki/common/
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/bluetooth/bluedroid/stack/gatt/
gatt_db.c 925 tGATT_ATTR16 *p_attr16 = NULL, *p_last; local
    [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
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
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.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/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 1478 BT_HDR *p_last; local
    [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...]

Completed in 1108 milliseconds