Searched defs:p_last (Results 1 - 14 of 14) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
H A Dutils.h45 void *p_last; member in struct:__anon1037
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_encoder.c102 #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/a2dp/
H A Da2d_sbc.c148 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;
390 void A2D_ParsSbcMplHdr(UINT8 *p_src, BOOLEAN *p_frag, BOOLEAN *p_start, BOOLEAN *p_last, UINT8 *p_num) argument
392 if(p_src && p_frag && p_start && p_last && p_num)
396 *p_last = (*p_src & A2D_SBC_HDR_L_MSK) ? TRUE: FALSE;
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c884 tGATT_ATTR16 *p_attr16 = NULL, *p_last; local
940 p_last = (tGATT_ATTR16 *)p_db->p_attr_list;
942 while (p_last != NULL && p_last->p_next != NULL)
943 p_last = (tGATT_ATTR16 *)p_last->p_next;
945 p_last->p_next = p_attr16;
H A Dgatt_int.h312 tGATT_HDL_LIST_ELEM *p_last; member in struct:__anon1160
332 tGATT_SRV_LIST_ELEM *p_last; member in struct:__anon1161
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h336 TIMER_LIST_ENT *p_last; member in struct:__anon1008
347 void *p_last; member in struct:__anon1009
H A Dgki_common.h73 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h351 TIMER_LIST_ENT *p_last; member in struct:__anon19807
362 void *p_last; member in struct:__anon19808
H A Dgki_common.h83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
/external/libnfc-nci/src/gki/common/
H A Dgki.h354 TIMER_LIST_ENT *p_last; member in struct:__anon19819
365 void *p_last; member in struct:__anon19820
H A Dgki_common.h83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c1459 BT_HDR *p_last; local
1478 p_last = (BT_HDR *)GKI_getlast (&p_cb->rx_q);
1479 if (p_last && (p_last->layer_specific & NFC_RAS_FRAGMENTED))
1482 size = GKI_get_buf_size(p_last);
1483 if (size < (BT_HDR_SIZE + p_last->len + p_last->offset + len))
1485 /* the current size of p_last is not big enough to hold the new fragment, p_msg */
1493 memcpy(p_max, p_last, BT_HDR_SIZE);
1495 ps = (UINT8 *)(p_last
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp590 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) {
/external/icu4c/test/intltest/
H A Dwbnf.cpp590 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) {

Completed in 568 milliseconds