/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | list.cpp | 34 list->next = list; in INITIALISE_LIST() 39 struct list_head *prev, struct list_head *next) in list_add() argument 41 next->prev = latest; in list_add() 42 latest->next = next; in list_add() 44 prev->next = latest; in list_add() 49 list_add(latest, head, head->next); in add_to_list() 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 …]
|
D | list.h | 33 struct list_head *next, *prev; member 38 struct list_head *next); 41 void list_del(struct list_head *prev, struct list_head *next); 46 for (ref = (head)->next; ref->next, ref != (head); ref = ref->next) 58 for (ref = list_entry((head)->next, typeof(*ref), member); \ 59 ref->member.next, &ref->member != (head); \ 60 ref = list_entry(ref->member.next, typeof(*ref), member)) 63 for (pos = list_entry((head)->next, typeof(*pos), member), \ 64 n = list_entry(pos->member.next, typeof(*pos), member); \ 66 pos = n, n = list_entry(n->member.next, typeof(*n), member)) [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_list.h | 45 struct cam_list *next, *prev; member 50 ptr->next = ptr; in cam_list_init() 60 item->next = head; in cam_list_add_tail_node() 62 prev->next = item; in cam_list_add_tail_node() 68 item->next = node; in cam_list_insert_before_node() 70 item->prev->next = item; in cam_list_insert_before_node() 77 struct cam_list *next = ptr->next; in cam_list_del_node() local 79 next->prev = ptr->prev; in cam_list_del_node() 80 prev->next = ptr->next; in cam_list_del_node() 81 ptr->next = ptr; in cam_list_del_node()
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | Map.h | 40 node* next; member 42 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 151 tail->prev->next = tail; in insert() 182 tmp = tmp->next; in erase() 185 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | Map.h | 42 node* next; member 44 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 101 tmp = tmp->next; in find_ele() 124 tmp = tmp->next; in show() 135 tmp = tmp->next; in size() 146 tail->prev->next = tail; in insert() 179 tmp = tmp->next; in erase() 182 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 40 node* next; member 42 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 151 tail->prev->next = tail; in insert() 182 tmp = tmp->next; in erase() 185 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 40 node* next; member 42 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 151 tail->prev->next = tail; in insert() 182 tmp = tmp->next; in erase() 185 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 41 node* next; member 43 data(t), data2(t2), prev(p), next(n) {} in node() 70 head=head->next; in ~Map() 87 tmp = tmp->next; in find() 103 tmp = tmp->next; in find_ele() 128 tmp = tmp->next; in show() 139 tmp = tmp->next; in size() 152 tail->prev->next = tail; in insert() 183 tmp = tmp->next; in erase() 186 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 40 node* next; member 42 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 151 tail->prev->next = tail; in insert() 182 tmp = tmp->next; in erase() 185 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_EvtDispatcher.cpp | 137 tmp = tmp1.next; in ProcessEvt() 159 nw->next = NULL; in registr() 172 while(tmp->next) in registr() 174 tmp = tmp->next; in registr() 176 tmp->next = nw; in registr() 193 head = head->next; in deregistr() 195 else if(tmp->next == NULL) in deregistr() 197 prev->next = NULL; in deregistr() 201 prev->next = tmp->next; in deregistr() 204 tmp = tmp->next; in deregistr() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_EvtDispatcher.cpp | 137 tmp = tmp1.next; in ProcessEvt() 159 nw->next = NULL; in registr() 172 while(tmp->next) in registr() 174 tmp = tmp->next; in registr() 176 tmp->next = nw; in registr() 193 head = head->next; in deregistr() 195 else if(tmp->next == NULL) in deregistr() 197 prev->next = NULL; in deregistr() 201 prev->next = tmp->next; in deregistr() 204 tmp = tmp->next; in deregistr() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_EvtDispatcher.cpp | 137 tmp = tmp1.next; in ProcessEvt() 159 nw->next = NULL; in registr() 172 while(tmp->next) in registr() 174 tmp = tmp->next; in registr() 176 tmp->next = nw; in registr() 193 head = head->next; in deregistr() 195 else if(tmp->next == NULL) in deregistr() 197 prev->next = NULL; in deregistr() 201 prev->next = tmp->next; in deregistr() 204 tmp = tmp->next; in deregistr() [all …]
|
/hardware/ril/libril/ |
D | ril_event.cpp | 82 dlog(" next = %x", (unsigned int)ev->next); in dump_event() 107 list->next = list; in init_list() 114 ev->next = list; in addToList() 116 ev->prev->next = ev; in addToList() 126 ev->next->prev = ev->prev; in removeFromList() 127 ev->prev->next = ev->next; in removeFromList() 128 ev->next = NULL; in removeFromList() 163 struct ril_event * tev = timer_list.next; in processTimeouts() 164 struct ril_event * next; in processTimeouts() local 173 next = tev->next; in processTimeouts() [all …]
|
/hardware/qcom/sdm845/gps/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8994/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | linked_list.c | 39 struct list_element* next; member 133 elem->next = NULL; in linked_list_add() 141 p_list->p_head->next = tmp; in linked_list_add() 187 p_list->p_tail->next = NULL; in linked_list_remove() 240 list_element* tmp = p_list->p_head->next; in linked_list_flush() 295 p_list->p_head = tmp->next; in linked_list_search() 297 tmp->prev->next = tmp->next; in linked_list_search() 300 if (NULL == tmp->next) { in linked_list_search() 303 tmp->next->prev = tmp->prev; in linked_list_search() 306 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8996/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8084/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/sdm845/gps/msm8994/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8998/utils/ |
D | linked_list.c | 39 struct list_element* next; member 134 elem->next = NULL; in linked_list_add() 142 p_list->p_head->next = tmp; in linked_list_add() 189 p_list->p_tail->next = NULL; in linked_list_remove() 242 list_element* tmp = p_list->p_head->next; in linked_list_flush() 298 p_list->p_head = tmp->next; in linked_list_search() 300 tmp->prev->next = tmp->next; in linked_list_search() 303 if (NULL == tmp->next) { in linked_list_search() 306 tmp->next->prev = tmp->prev; in linked_list_search() 309 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/sdm845/gps/msm8960/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8909/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/sdm845/gps/msm8084/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | linked_list.c | 39 struct list_element* next; member 134 elem->next = NULL; in linked_list_add() 142 p_list->p_head->next = tmp; in linked_list_add() 189 p_list->p_tail->next = NULL; in linked_list_remove() 242 list_element* tmp = p_list->p_head->next; in linked_list_flush() 298 p_list->p_head = tmp->next; in linked_list_search() 300 tmp->prev->next = tmp->next; in linked_list_search() 303 if (NULL == tmp->next) { in linked_list_search() 306 tmp->next->prev = tmp->prev; in linked_list_search() 309 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|