/external/bluetooth/bluedroid/hci/src/ |
utils.c | 81 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/ |
a2d_sbc.c | 148 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) 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/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | 1458 BT_HDR *p_last; local [all...] |
/external/bluetooth/bluedroid/gki/common/ |
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; 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...] |
gki_time.c | 646 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 != NULL [all...] |
gki.h | 336 TIMER_LIST_ENT *p_last; member in struct:__anon2966 347 void *p_last; member in struct:__anon2967
|
gki_common.h | 73 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
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; 425 Q->p_last = NULL; 537 Q->p_last = NULL; 621 if (Q->p_last) 622 Q->p_last->p_next = p_hdr; 626 Q->p_last = p_hdr; 835 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE); 841 p_q->p_last = p_buf [all...] |
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.h | 351 TIMER_LIST_ENT *p_last; member in struct:__anon10153 362 void *p_last; member in struct:__anon10154
|
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_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; 425 Q->p_last = NULL; 537 Q->p_last = NULL; 621 if (Q->p_last) 622 Q->p_last->p_next = p_hdr; 626 Q->p_last = p_hdr; 835 BUFFER_HDR_T *p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->p_last - BUFFER_HDR_SIZE); 841 p_q->p_last = p_buf [all...] |
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.h | 354 TIMER_LIST_ENT *p_last; member in struct:__anon10165 365 void *p_last; member in struct:__anon10166
|
gki_common.h | 83 BUFFER_HDR_T *p_last; /* last buffer in the queue */ member in struct:_free_queue
|
/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/hci/include/ |
utils.h | 45 void *p_last; member in struct:__anon2995
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_db.c | 884 tGATT_ATTR16 *p_attr16 = NULL, *p_last; local [all...] |
gatt_utils.c | 511 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 = p_remove->p_prev [all...] |
gatt_int.h | 312 tGATT_HDL_LIST_ELEM *p_last; member in struct:__anon3117 332 tGATT_SRV_LIST_ELEM *p_last; member in struct:__anon3118
|
gatt_sr.c | 576 p_list->p_last_primary == p_list->p_last) [all...] |
/external/bluetooth/bluedroid/stack/include/ |
a2d_sbc.h | 206 BOOLEAN *p_start, BOOLEAN *p_last,
|
/external/icu4c/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/bluetooth/bluedroid/stack/rfcomm/ |
port_api.c | [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_fcr.c | [all...] |