/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 47 node* tmp; variable 51 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 80 tmp = head; in find() 82 while (tmp) { in find() 83 if (tmp->data == d1) { in find() 84 return tmp->data2; in find() 87 tmp = tmp->next; in find() 96 tmp = head; in find_ele() 98 while (tmp) { in find_ele() 99 if (tmp->data == d1) { in find_ele() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 46 node* tmp; variable 50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 79 tmp = head; in find() 81 while (tmp) { in find() 82 if (tmp->data == d1) { in find() 83 return tmp->data2; in find() 86 tmp = tmp->next; in find() 95 tmp = head; in find_ele() 97 while (tmp) { in find_ele() 98 if (tmp->data == d1) { in find_ele() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 46 node* tmp; variable 50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 79 tmp = head; in find() 81 while (tmp) { in find() 82 if (tmp->data == d1) { in find() 83 return tmp->data2; in find() 86 tmp = tmp->next; in find() 95 tmp = head; in find_ele() 97 while (tmp) { in find_ele() 98 if (tmp->data == d1) { in find_ele() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 46 node* tmp; variable 50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 79 tmp = head; in find() 81 while (tmp) { in find() 82 if (tmp->data == d1) { in find() 83 return tmp->data2; in find() 86 tmp = tmp->next; in find() 95 tmp = head; in find_ele() 97 while (tmp) { in find_ele() 98 if (tmp->data == d1) { in find_ele() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | Map.h | 48 node* tmp; variable 52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 79 tmp = head; in find() 80 while(tmp) in find() 82 if(tmp->data == d1) in find() 84 return tmp->data2; in find() 86 tmp = tmp->next; in find() 94 tmp = head; in find_ele() 95 while(tmp) in find_ele() 97 if(tmp->data == d1) in find_ele() [all …]
|
/hardware/qcom/gps/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/gps/msm8994/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | linked_list.c | 139 list_element* tmp = p_list->p_head; in linked_list_add() local 142 p_list->p_head->next = tmp; in linked_list_add() 144 if( tmp != NULL ) in linked_list_add() 146 tmp->prev = p_list->p_head; in linked_list_add() 181 list_element* tmp = p_list->p_tail; in linked_list_remove() local 184 p_list->p_tail = tmp->prev; in linked_list_remove() 196 *data_obj = tmp->data_ptr; in linked_list_remove() 199 free(tmp); in linked_list_remove() 241 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 252 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | linked_list.c | 138 list_element* tmp = p_list->p_head; in linked_list_add() local 141 p_list->p_head->next = tmp; in linked_list_add() 143 if( tmp != NULL ) in linked_list_add() 145 tmp->prev = p_list->p_head; in linked_list_add() 180 list_element* tmp = p_list->p_tail; in linked_list_remove() local 183 p_list->p_tail = tmp->prev; in linked_list_remove() 195 *data_obj = tmp->data_ptr; in linked_list_remove() 198 free(tmp); in linked_list_remove() 240 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 251 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/gps/msm8909/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/sdm845/gps/msm8084/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/sdm845/gps/msm8994/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/gps/msm8996/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/sdm845/gps/msm8960/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | linked_list.c | 139 list_element* tmp = p_list->p_head; in linked_list_add() local 142 p_list->p_head->next = tmp; in linked_list_add() 144 if( tmp != NULL ) in linked_list_add() 146 tmp->prev = p_list->p_head; in linked_list_add() 182 list_element* tmp = p_list->p_tail; in linked_list_remove() local 185 p_list->p_tail = tmp->prev; in linked_list_remove() 197 *data_obj = tmp->data_ptr; in linked_list_remove() 200 free(tmp); in linked_list_remove() 242 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 253 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/gps/msm8960/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/gps/msm8084/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/sdm845/gps/utils/ |
D | linked_list.c | 140 list_element* tmp = p_list->p_head; in linked_list_add() local 143 p_list->p_head->next = tmp; in linked_list_add() 145 if( tmp != NULL ) in linked_list_add() 147 tmp->prev = p_list->p_head; in linked_list_add() 183 list_element* tmp = p_list->p_tail; in linked_list_remove() local 186 p_list->p_tail = tmp->prev; in linked_list_remove() 198 *data_obj = tmp->data_ptr; in linked_list_remove() 201 free(tmp); in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 254 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/gps/msm8998/utils/ |
D | linked_list.c | 139 list_element* tmp = p_list->p_head; in linked_list_add() local 142 p_list->p_head->next = tmp; in linked_list_add() 144 if( tmp != NULL ) in linked_list_add() 146 tmp->prev = p_list->p_head; in linked_list_add() 182 list_element* tmp = p_list->p_tail; in linked_list_remove() local 185 p_list->p_tail = tmp->prev; in linked_list_remove() 197 *data_obj = tmp->data_ptr; in linked_list_remove() 200 free(tmp); in linked_list_remove() 242 list_element* tmp = p_list->p_head->next; in linked_list_flush() local 253 p_list->p_head = tmp; in linked_list_flush() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_EvtDispatcher.cpp | 121 cmd_evts *tmp = head, tmp1; in ProcessEvt() local 128 while(tmp != NULL) in ProcessEvt() 130 memcpy(&tmp1, tmp, sizeof(tmp1)); in ProcessEvt() 137 tmp = tmp1.next; in ProcessEvt() 152 cmd_evts *tmp = head,*nw; in registr() local 172 while(tmp->next) in registr() 174 tmp = tmp->next; in registr() 176 tmp->next = nw; in registr() 184 cmd_evts *tmp = head,*tmp1,*prev = head; in deregistr() local 186 while(tmp != NULL) in deregistr() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_EvtDispatcher.cpp | 121 cmd_evts *tmp = head, tmp1; in ProcessEvt() local 128 while(tmp != NULL) in ProcessEvt() 130 memcpy(&tmp1, tmp, sizeof(tmp1)); in ProcessEvt() 137 tmp = tmp1.next; in ProcessEvt() 152 cmd_evts *tmp = head,*nw; in registr() local 172 while(tmp->next) in registr() 174 tmp = tmp->next; in registr() 176 tmp->next = nw; in registr() 184 cmd_evts *tmp = head,*tmp1,*prev = head; in deregistr() local 186 while(tmp != NULL) in deregistr() [all …]
|
/hardware/interfaces/configstore/1.0/vts/functional/ |
D | VtsHalConfigstoreV1_0TargetTest.cpp | 67 bool tmp; in TEST_F() local 70 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_F() 74 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_F() 78 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_F() 82 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_F() 86 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_F() 90 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_F() 94 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_F() 98 [&tmp](OptionalUInt64 arg) { tmp = arg.specified; }); in TEST_F() 102 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_F() [all …]
|
/hardware/google/pixel/pixelstats/ |
D | UeventListener.cpp | 148 int32_t i = 0, tmp[7] = {0}; in ReportChargeStats() local 151 if (sscanf(line, "%d,%d,%d, %d,%d,%d,%d", &tmp[0], &tmp[1], &tmp[2], &tmp[3], &tmp[4], &tmp[5], in ReportChargeStats() 152 &tmp[6]) != 7) { in ReportChargeStats() 157 val.intValue(tmp[i]); in ReportChargeStats() 189 int32_t i = 0, tmp[15] = {0}; in ReportVoltageTierStats() local 192 if (sscanf(line, "%d, %f,%d,%d, %d,%d,%d, %d,%d,%d, %d,%d,%d, %d,%d,%d", &tmp[0], &ssoc_tmp, in ReportVoltageTierStats() 193 &tmp[1], &tmp[2], &tmp[3], &tmp[4], &tmp[5], &tmp[6], &tmp[7], &tmp[8], &tmp[9], in ReportVoltageTierStats() 194 &tmp[10], &tmp[11], &tmp[12], &tmp[13], &tmp[14]) != 16) { in ReportVoltageTierStats() 198 val.intValue(tmp[0]); in ReportVoltageTierStats() 203 val.intValue(tmp[i - 1]); in ReportVoltageTierStats()
|