Searched refs:p_last (Results 1 - 25 of 26) sorted by relevance

12

/external/bluetooth/bluedroid/hci/src/
H A Dutils.c81 p_q->p_first = p_q->p_last = NULL;
102 if (p_q->p_last)
105 (HC_BUFFER_HDR_T *)((uint8_t *)p_q->p_last - BT_HC_BUFFER_HDR_SIZE);
112 p_q->p_last = p_buf;
162 p_q->p_last = NULL;
240 /* If we are removing the last guy in the queue, update p_last */
241 if (p_buf == p_q->p_last)
242 p_q->p_last = p_prev + 1;
/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/hci/include/
H A Dutils.h45 void *p_last; member in struct:__anon1039
/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/bluetooth/bluedroid/gki/common/
H A Dgki_buffer.c86 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;
418 Q->p_last = NULL;
485 Q->p_last = NULL;
554 if (Q->p_last)
555 Q->p_last->p_next = p_hdr;
559 Q->p_last = p_hdr;
766 if (p_q->p_last)
[all...]
H A Dgki_time.c646 p_timer_listq->p_last = NULL;
829 if (p_timer_listq->p_last != NULL)
830 p_timer_listq->p_last->p_next = p_tle;
832 p_tle->p_prev = p_timer_listq->p_last;
836 p_timer_listq->p_last = p_tle;
940 if (p_timer_listq->p_last == p_tle)
941 p_timer_listq->p_last = NULL;
945 if (p_timer_listq->p_last == p_tle)
947 p_timer_listq->p_last = p_tle->p_prev;
949 if (p_timer_listq->p_last !
[all...]
H A Dgki.h336 TIMER_LIST_ENT *p_last; member in struct:__anon1010
347 void *p_last; member in struct:__anon1011
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_time.c635 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 !
[all...]
H A Dgki_buffer.c95 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
[all...]
H A Dgki.h351 TIMER_LIST_ENT *p_last; member in struct:__anon20756
362 void *p_last; member in struct:__anon20757
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_time.c635 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 !
[all...]
H A Dgki_buffer.c95 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
[all...]
H A Dgki.h354 TIMER_LIST_ENT *p_last; member in struct:__anon20768
365 void *p_last; member in struct:__anon20769
H A Dgki_common.h83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
/external/bluetooth/bluedroid/stack/include/
H A Da2d_sbc.h206 BOOLEAN *p_start, BOOLEAN *p_last,
/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/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_utils.c511 p_list->p_last = p_new;
522 p_list->p_last->p_next = p_new;
523 p_new->p_prev = p_list->p_last;
525 p_list->p_last = p_new;
579 p_list->p_last = p_remove->p_prev;
616 p_list->p_last = p_new;
627 p_list->p_last->p_next = p_new;
628 p_new->p_prev = p_list->p_last;
630 p_list->p_last = p_new;
683 p_list->p_last
[all...]
H A Dgatt_int.h312 tGATT_HDL_LIST_ELEM *p_last; member in struct:__anon1163
332 tGATT_SRV_LIST_ELEM *p_last; member in struct:__anon1164
H A Dgatt_sr.c578 p_list->p_last_primary == p_list->p_last)
/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) {
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c1529 if (((p_buf = (BT_HDR *)p_port->tx.queue.p_last) != NULL)
1674 if (((p_buf = (BT_HDR *)p_port->tx.queue.p_last) != NULL)

Completed in 257 milliseconds

12