HomeSort by relevance Sort by last modified time
    Searched refs:p_prev (Results 1 - 16 of 16) sorted by null

  /external/bluetooth/bluedroid/hci/src/
utils.c 221 HC_BUFFER_HDR_T *p_prev; local
231 p_prev=(HC_BUFFER_HDR_T *)((uint8_t *)p_q->p_first-BT_HC_BUFFER_HDR_SIZE);
233 for ( ; p_prev; p_prev = p_prev->p_next)
236 if (p_prev->p_next == p_buf_hdr)
238 p_prev->p_next = p_buf_hdr->p_next;
242 p_q->p_last = p_prev + 1;
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 668 p_tle->p_prev = NULL;
832 p_tle->p_prev = p_timer_listq->p_last;
859 p_timer_listq->p_first->p_prev = p_tle;
864 p_temp->p_prev->p_next = p_tle;
865 p_tle->p_prev = p_temp->p_prev;
866 p_temp->p_prev = p_tle;
938 p_timer_listq->p_first->p_prev = NULL;
947 p_timer_listq->p_last = p_tle->p_prev;
954 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle
    [all...]
gki_buffer.c 901 BUFFER_HDR_T *p_prev; local
913 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->p_first - BUFFER_HDR_SIZE);
915 for ( ; p_prev; p_prev = p_prev->p_next)
918 if (p_prev->p_next == p_buf_hdr)
920 p_prev->p_next = p_buf_hdr->p_next;
924 p_q->p_last = p_prev + 1;
    [all...]
gki.h 323 struct _tle *p_prev; member in struct:_tle
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 657 p_tle->p_prev = NULL;
826 p_tle->p_prev = p_timer_listq->p_last;
853 p_timer_listq->p_first->p_prev = p_tle;
858 p_temp->p_prev->p_next = p_tle;
859 p_tle->p_prev = p_temp->p_prev;
860 p_temp->p_prev = p_tle;
932 p_timer_listq->p_first->p_prev = NULL;
941 p_timer_listq->p_last = p_tle->p_prev;
948 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle
    [all...]
gki_buffer.c 968 BUFFER_HDR_T *p_prev; local
980 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->p_first - BUFFER_HDR_SIZE);
982 for ( ; p_prev; p_prev = p_prev->p_next)
985 if (p_prev->p_next == p_buf_hdr)
987 p_prev->p_next = p_buf_hdr->p_next;
991 p_q->p_last = p_prev + 1;
    [all...]
gki.h 338 struct _tle *p_prev; member in struct:_tle
  /external/libnfc-nci/src/gki/common/
gki_time.c 657 p_tle->p_prev = NULL;
826 p_tle->p_prev = p_timer_listq->p_last;
853 p_timer_listq->p_first->p_prev = p_tle;
858 p_temp->p_prev->p_next = p_tle;
859 p_tle->p_prev = p_temp->p_prev;
860 p_temp->p_prev = p_tle;
932 p_timer_listq->p_first->p_prev = NULL;
941 p_timer_listq->p_last = p_tle->p_prev;
948 if (p_tle->p_next != NULL && p_tle->p_next->p_prev == p_tle
    [all...]
gki_buffer.c 968 BUFFER_HDR_T *p_prev; local
980 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->p_first - BUFFER_HDR_SIZE);
982 for ( ; p_prev; p_prev = p_prev->p_next)
985 if (p_prev->p_next == p_buf_hdr)
987 p_prev->p_next = p_buf_hdr->p_next;
991 p_q->p_last = p_prev + 1;
    [all...]
gki.h 341 struct _tle *p_prev; member in struct:_tle
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 513 p_new->p_prev = NULL;
523 p_new->p_prev = p_list->p_last;
533 if (p_old->p_prev != NULL)
534 p_old->p_prev->p_next = p_new;
538 p_new->p_prev = p_old->p_prev;
540 p_old->p_prev = p_new;
571 if (p_remove->p_prev == NULL)
575 p_remove->p_next->p_prev = NULL;
579 p_list->p_last = p_remove->p_prev;
    [all...]
gatt_int.h 303 struct hdl_list_elem *p_prev; member in struct:hdl_list_elem
320 struct srv_list_elem *p_prev; member in struct:srv_list_elem
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 356 _CvPyramid *p_prev, *p_row_prev; local
409 p_row_prev = p_prev = pyram[l];
435 p_cur[j].c = p_prev->c;
439 p_prev = _CV_NEXT_BASE_C1(p_prev,2);
441 p_prev += 2;
446 p_cur[size.width].c = p_prev[(l != 0) - 1].c;
480 p_cur[j].c = p_prev->c;
485 p_prev = _CV_NEXT_BASE_C1(p_prev, (j * 2 < step - 2 ? 2 : 1))
776 _CvPyramidC3 *p_prev, *p_row_prev; local
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 659 Error* p_prev; local
732 p_prev = NULL;
749 if (p_prev != NULL) {
750 vg_assert(p_prev->next == p);
751 p_prev->next = p->next;
758 p_prev = p;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 1347 tL2C_CCB *p_prev; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 1855 tBTM_DEV_STATUS_CB *p_prev = btm_cb.devcb.p_dev_status_cb; local
    [all...]

Completed in 428 milliseconds