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:__anon3443
  /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/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 884 tGATT_ATTR16 *p_attr16 = NULL, *p_last; local
    [all...]
gatt_int.h 312 tGATT_HDL_LIST_ELEM *p_last; member in struct:__anon3566
332 tGATT_SRV_LIST_ELEM *p_last; member in struct:__anon3567
  /external/bluetooth/bluedroid/gki/common/
gki.h 336 TIMER_LIST_ENT *p_last; member in struct:__anon3414
347 void *p_last; member in struct:__anon3415
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.h 351 TIMER_LIST_ENT *p_last; member in struct:__anon22199
362 void *p_last; member in struct:__anon22200
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:__anon22211
365 void *p_last; member in struct:__anon22212
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 1459 BT_HDR *p_last; local
    [all...]