/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_list.h | 45 struct cam_list *next, *prev; member 51 ptr->prev = ptr; in cam_list_init() 57 struct cam_list *prev = head->prev; in cam_list_add_tail_node() local 59 head->prev = item; in cam_list_add_tail_node() 61 item->prev = prev; in cam_list_add_tail_node() 62 prev->next = item; in cam_list_add_tail_node() 69 item->prev = node->prev; in cam_list_insert_before_node() 70 item->prev->next = item; in cam_list_insert_before_node() 71 node->prev = item; in cam_list_insert_before_node() 76 struct cam_list *prev = ptr->prev; in cam_list_del_node() local [all …]
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | list.cpp | 35 list->prev = list; in INITIALISE_LIST() 39 struct list_head *prev, struct list_head *next) in list_add() argument 41 next->prev = latest; in list_add() 43 latest->prev = prev; in list_add() 44 prev->next = latest; in list_add() 54 list_add(latest, head->prev, head); in list_add_tail() 57 void list_del(struct list_head *prev, struct list_head *next) in list_del() argument 59 next->prev = prev; in list_del() 60 prev->next = next; in list_del() 65 list_del(record->prev, record->next); in del_from_list() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | ts_parser.cpp | 61 phead->prev = ptemp->prev; in delete_list() 62 ptemp->prev->next = phead; in delete_list() 77 pcurrent = phead->prev; in get_current_list() 88 phead->prev = ptemp->prev; in update_head() 89 ptemp->prev->next = phead; in update_head() 106 phead->prev = phead->next = phead; in add_new_list() 114 ptemp->prev = phead->prev; in add_new_list() 116 phead->prev->next = ptemp; in add_new_list() 117 phead->prev = ptemp; in add_new_list()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | ts_parser.cpp | 69 phead->prev = ptemp->prev; in delete_list() 70 ptemp->prev->next = phead; in delete_list() 87 pcurrent = phead->prev; in get_current_list() 100 phead->prev = ptemp->prev; in update_head() 101 ptemp->prev->next = phead; in update_head() 122 phead->prev = phead->next = phead; in add_new_list() 132 ptemp->prev = phead->prev; in add_new_list() 134 phead->prev->next = ptemp; in add_new_list() 135 phead->prev = ptemp; in add_new_list()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | ts_parser.cpp | 69 phead->prev = ptemp->prev; in delete_list() 70 ptemp->prev->next = phead; in delete_list() 87 pcurrent = phead->prev; in get_current_list() 100 phead->prev = ptemp->prev; in update_head() 101 ptemp->prev->next = phead; in update_head() 122 phead->prev = phead->next = phead; in add_new_list() 132 ptemp->prev = phead->prev; in add_new_list() 134 phead->prev->next = ptemp; in add_new_list() 135 phead->prev = ptemp; in add_new_list()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | ts_parser.cpp | 69 phead->prev = ptemp->prev; in delete_list() 70 ptemp->prev->next = phead; in delete_list() 87 pcurrent = phead->prev; in get_current_list() 100 phead->prev = ptemp->prev; in update_head() 101 ptemp->prev->next = phead; in update_head() 122 phead->prev = phead->next = phead; in add_new_list() 132 ptemp->prev = phead->prev; in add_new_list() 134 phead->prev->next = ptemp; in add_new_list() 135 phead->prev = ptemp; in add_new_list()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | ts_parser.cpp | 69 phead->prev = ptemp->prev; in delete_list() 70 ptemp->prev->next = phead; in delete_list() 87 pcurrent = phead->prev; in get_current_list() 100 phead->prev = ptemp->prev; in update_head() 101 ptemp->prev->next = phead; in update_head() 122 phead->prev = phead->next = phead; in add_new_list() 132 ptemp->prev = phead->prev; in add_new_list() 134 phead->prev->next = ptemp; in add_new_list() 135 phead->prev = ptemp; in add_new_list()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | ts_parser.cpp | 69 phead->prev = ptemp->prev; in delete_list() 70 ptemp->prev->next = phead; in delete_list() 87 pcurrent = phead->prev; in get_current_list() 100 phead->prev = ptemp->prev; in update_head() 101 ptemp->prev->next = phead; in update_head() 122 phead->prev = phead->next = phead; in add_new_list() 132 ptemp->prev = phead->prev; in add_new_list() 134 phead->prev->next = ptemp; in add_new_list() 135 phead->prev = ptemp; in add_new_list()
|
/hardware/qcom/sdm845/gps/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/gps/msm8994/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | linked_list.c | 40 struct list_element* prev; member 134 elem->prev = NULL; in linked_list_add() 145 tmp->prev = p_list->p_head; in linked_list_add() 183 p_list->p_tail = tmp->prev; in linked_list_remove() 294 if (NULL == tmp->prev) { in linked_list_search() 297 tmp->prev->next = tmp->next; in linked_list_search() 301 p_list->p_tail = tmp->prev; in linked_list_search() 303 tmp->next->prev = tmp->prev; in linked_list_search() 306 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/gps/msm8996/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/gps/msm8084/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/sdm845/gps/msm8994/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/gps/msm8998/utils/ |
D | linked_list.c | 40 struct list_element* prev; member 135 elem->prev = NULL; in linked_list_add() 146 tmp->prev = p_list->p_head; in linked_list_add() 185 p_list->p_tail = tmp->prev; in linked_list_remove() 297 if (NULL == tmp->prev) { in linked_list_search() 300 tmp->prev->next = tmp->next; in linked_list_search() 304 p_list->p_tail = tmp->prev; in linked_list_search() 306 tmp->next->prev = tmp->prev; in linked_list_search() 309 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/sdm845/gps/msm8960/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/gps/msm8909/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/sdm845/gps/msm8084/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | linked_list.c | 40 struct list_element* prev; member 135 elem->prev = NULL; in linked_list_add() 146 tmp->prev = p_list->p_head; in linked_list_add() 185 p_list->p_tail = tmp->prev; in linked_list_remove() 297 if (NULL == tmp->prev) { in linked_list_search() 300 tmp->prev->next = tmp->next; in linked_list_search() 304 p_list->p_tail = tmp->prev; in linked_list_search() 306 tmp->next->prev = tmp->prev; in linked_list_search() 309 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/gps/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/gps/msm8960/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 136 elem->prev = NULL; in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 186 p_list->p_tail = tmp->prev; in linked_list_remove() 298 if (NULL == tmp->prev) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 305 p_list->p_tail = tmp->prev; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 135 elem->prev = NULL; in linked_list_add() 146 tmp->prev = p_list->p_head; in linked_list_add() 184 p_list->p_tail = tmp->prev; in linked_list_remove() 295 if (NULL == tmp->prev) { in linked_list_search() 298 tmp->prev->next = tmp->next; in linked_list_search() 302 p_list->p_tail = tmp->prev; in linked_list_search() 304 tmp->next->prev = tmp->prev; in linked_list_search() 307 tmp->prev = tmp->next = NULL; in linked_list_search()
|
/hardware/qcom/sm8150/gps/utils/ |
D | linked_list.c | 41 struct list_element* prev; member 135 elem->prev = NULL; in linked_list_add() 146 tmp->prev = p_list->p_head; in linked_list_add() 184 p_list->p_tail = tmp->prev; in linked_list_remove() 295 if (NULL == tmp->prev) { in linked_list_search() 298 tmp->prev->next = tmp->next; in linked_list_search() 302 p_list->p_tail = tmp->prev; in linked_list_search() 304 tmp->next->prev = tmp->prev; in linked_list_search() 307 tmp->prev = tmp->next = NULL; in linked_list_search()
|