Searched defs:prev (Results 1 - 25 of 39) sorted by relevance

12

/hardware/intel/common/libwsbm/src/
H A Dwsbm_util.h17 struct _WsbmListHead *prev; member in struct:_WsbmListHead
23 (__item)->prev = (__item); \
29 (__item)->prev = (__list); \
31 (__list)->next->prev = (__item); \
38 (__item)->prev = (__list)->prev; \
39 (__list)->prev->next = (__item); \
40 (__list)->prev = (__item); \
45 (__item)->prev->next = (__item)->next; \
46 (__item)->next->prev
[all...]
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dlist.h28 struct list *prev; member in struct:list
62 #define __list_prev(entry) ((entry) ? (entry->prev) : NULL)
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_list.h45 struct cam_list *next, *prev; member in struct:cam_list
51 ptr->prev = ptr;
57 struct cam_list *prev = head->prev; local
59 head->prev = item;
61 item->prev = prev;
62 prev->next = item;
69 item->prev = node->prev;
76 struct cam_list *prev = ptr->prev; local
[all...]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_EvtDispatcher.cpp184 cmd_evts *tmp = head,*tmp1,*prev = head; local
197 prev->next = NULL;
201 prev->next = tmp->next;
209 prev = tmp;
H A DIPACM_IfaceManager.cpp522 iface_instances *tmp = head,*tmp1,*prev = head; local
535 prev->next = NULL;
539 prev->next = tmp->next;
547 prev = tmp;
/hardware/ril/libril/
H A Dril_event.h25 struct ril_event *prev; member in struct:ril_event
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h68 time_stamp_list *prev; member in struct:omx_time_stamp_reorder::time_stamp_list
H A DMap.h41 node* prev; member in struct:Map::node
44 data(t), data2(t2), prev(p), next(n) {}
145 if( tail->prev )
146 tail->prev->next = tail;
180 tmp->prev = NULL;
191 tmp->prev = NULL;
200 tmp->next->prev = prevnode->next;
/hardware/intel/common/libva/va/x11/
H A Dva_dricommon.c102 struct dri_drawable *dri_drawable, *prev; local
108 prev = dri_drawable;
109 dri_drawable = prev->next;
110 dri_state->destroyDrawable(ctx, prev);
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dqueue.c143 struct list *prev; local
146 prev = entry->prev;
148 queue->tail = prev;
H A Dlist.c26 entry->prev = NULL;
79 while (list->prev)
80 list = list->prev;
113 struct list *prev; local
116 prev = entry->prev;
117 if (prev)
118 prev->next = new;
119 new->prev = prev;
195 struct list *prev, *next; local
[all...]
H A Dmodule.c92 struct module *prev = NULL; local
94 for_each_module(prev, head) {
95 if (prev->next == del)
99 if (!prev)
102 prev->next = del->next;
/hardware/qcom/gps/msm8084/utils/
H A Dlinked_list.c41 struct list_element* prev; member in struct:list_element
136 elem->prev = NULL;
147 tmp->prev = p_list->p_head;
186 p_list->p_tail = tmp->prev;
298 if (NULL == tmp->prev) {
301 tmp->prev->next = tmp->next;
305 p_list->p_tail = tmp->prev;
307 tmp->next->prev = tmp->prev;
310 tmp->prev
[all...]
/hardware/qcom/gps/msm8909/utils/
H A Dlinked_list.c41 struct list_element* prev; member in struct:list_element
136 elem->prev = NULL;
147 tmp->prev = p_list->p_head;
186 p_list->p_tail = tmp->prev;
298 if (NULL == tmp->prev) {
301 tmp->prev->next = tmp->next;
305 p_list->p_tail = tmp->prev;
307 tmp->next->prev = tmp->prev;
310 tmp->prev
[all...]
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dlinked_list.c40 struct list_element* prev; member in struct:list_element
134 elem->prev = NULL;
145 tmp->prev = p_list->p_head;
183 p_list->p_tail = tmp->prev;
294 if (NULL == tmp->prev) {
297 tmp->prev->next = tmp->next;
301 p_list->p_tail = tmp->prev;
303 tmp->next->prev = tmp->prev;
306 tmp->prev
[all...]
/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.c41 struct list_element* prev; member in struct:list_element
136 elem->prev = NULL;
147 tmp->prev = p_list->p_head;
186 p_list->p_tail = tmp->prev;
298 if (NULL == tmp->prev) {
301 tmp->prev->next = tmp->next;
305 p_list->p_tail = tmp->prev;
307 tmp->next->prev = tmp->prev;
310 tmp->prev
[all...]
/hardware/qcom/gps/msm8994/utils/
H A Dlinked_list.c41 struct list_element* prev; member in struct:list_element
136 elem->prev = NULL;
147 tmp->prev = p_list->p_head;
186 p_list->p_tail = tmp->prev;
298 if (NULL == tmp->prev) {
301 tmp->prev->next = tmp->next;
305 p_list->p_tail = tmp->prev;
307 tmp->next->prev = tmp->prev;
310 tmp->prev
[all...]
/hardware/qcom/gps/msm8996/utils/
H A Dlinked_list.c41 struct list_element* prev; member in struct:list_element
136 elem->prev = NULL;
147 tmp->prev = p_list->p_head;
186 p_list->p_tail = tmp->prev;
298 if (NULL == tmp->prev) {
301 tmp->prev->next = tmp->next;
305 p_list->p_tail = tmp->prev;
307 tmp->next->prev = tmp->prev;
310 tmp->prev
[all...]
/hardware/qcom/gps/msm8998/utils/
H A Dlinked_list.c40 struct list_element* prev; member in struct:list_element
135 elem->prev = NULL;
146 tmp->prev = p_list->p_head;
185 p_list->p_tail = tmp->prev;
297 if (NULL == tmp->prev) {
300 tmp->prev->next = tmp->next;
304 p_list->p_tail = tmp->prev;
306 tmp->next->prev = tmp->prev;
309 tmp->prev
[all...]
/hardware/qcom/gps/utils/
H A Dlinked_list.c41 struct list_element* prev; member in struct:list_element
136 elem->prev = NULL;
147 tmp->prev = p_list->p_head;
186 p_list->p_tail = tmp->prev;
298 if (NULL == tmp->prev) {
301 tmp->prev->next = tmp->next;
305 p_list->p_tail = tmp->prev;
307 tmp->next->prev = tmp->prev;
310 tmp->prev
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h84 time_stamp_list *prev; member in struct:omx_time_stamp_reorder::time_stamp_list
H A DMap.h40 node* prev; member in struct:Map::node
43 data(t), data2(t2), prev(p), next(n) {}
151 if ( tail->prev )
152 tail->prev->next = tail;
184 tmp->prev = NULL;
195 tmp->prev = NULL;
204 tmp->next->prev = prevnode->next;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h85 time_stamp_list *prev; member in struct:omx_time_stamp_reorder::time_stamp_list
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h85 time_stamp_list *prev; member in struct:omx_time_stamp_reorder::time_stamp_list
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.h72 Mem& prev() { return m[(_curr+1) % MAX_ROT_MEM]; } function in struct:overlay::RotMem

Completed in 569 milliseconds

12