Searched refs:tmp (Results 1 - 25 of 123) sorted by relevance

12345

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A DMap.h48 node* tmp; member in class:Map
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
79 tmp = head;
80 while(tmp)
82 if(tmp->data == d1)
84 return tmp->data2;
86 tmp = tmp->next;
94 tmp = head;
95 while(tmp)
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h47 node* tmp; member in class:Map
51 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
80 tmp = head;
82 while (tmp) {
83 if (tmp->data == d1) {
84 return tmp->data2;
87 tmp = tmp->next;
96 tmp = head;
98 while (tmp) {
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h46 node* tmp; member in class:Map
50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
79 tmp = head;
81 while (tmp) {
82 if (tmp->data == d1) {
83 return tmp->data2;
86 tmp = tmp->next;
95 tmp = head;
97 while (tmp) {
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h46 node* tmp; member in class:Map
50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
79 tmp = head;
81 while (tmp) {
82 if (tmp->data == d1) {
83 return tmp->data2;
86 tmp = tmp->next;
95 tmp = head;
97 while (tmp) {
[all...]
/hardware/interfaces/configstore/1.0/vts/functional/
H A DVtsHalConfigstoreV1_0TargetTest.cpp53 bool tmp; local
56 [&tmp](OptionalInt64 arg) { tmp = arg.specified; });
60 [&tmp](OptionalInt64 arg) { tmp = arg.specified; });
64 [&tmp](OptionalBool arg) { tmp = arg.specified; });
68 [&tmp](OptionalBool arg) { tmp = arg.specified; });
72 [&tmp](OptionalBoo
[all...]
/hardware/qcom/gps/msm8084/utils/
H A Dlinked_list.c140 list_element* tmp = p_list->p_head; local
143 p_list->p_head->next = tmp;
145 if( tmp != NULL )
147 tmp->prev = p_list->p_head;
183 list_element* tmp = p_list->p_tail; local
186 p_list->p_tail = tmp->prev;
198 *data_obj = tmp->data_ptr;
201 free(tmp);
243 list_element* tmp = p_list->p_head->next; local
254 p_list->p_head = tmp;
285 list_element* tmp = p_list->p_head; local
[all...]
/hardware/qcom/gps/msm8909/utils/
H A Dlinked_list.c140 list_element* tmp = p_list->p_head; local
143 p_list->p_head->next = tmp;
145 if( tmp != NULL )
147 tmp->prev = p_list->p_head;
183 list_element* tmp = p_list->p_tail; local
186 p_list->p_tail = tmp->prev;
198 *data_obj = tmp->data_ptr;
201 free(tmp);
243 list_element* tmp = p_list->p_head->next; local
254 p_list->p_head = tmp;
285 list_element* tmp = p_list->p_head; local
[all...]
/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.c140 list_element* tmp = p_list->p_head; local
143 p_list->p_head->next = tmp;
145 if( tmp != NULL )
147 tmp->prev = p_list->p_head;
183 list_element* tmp = p_list->p_tail; local
186 p_list->p_tail = tmp->prev;
198 *data_obj = tmp->data_ptr;
201 free(tmp);
243 list_element* tmp = p_list->p_head->next; local
254 p_list->p_head = tmp;
285 list_element* tmp = p_list->p_head; local
[all...]
/hardware/qcom/gps/msm8994/utils/
H A Dlinked_list.c140 list_element* tmp = p_list->p_head; local
143 p_list->p_head->next = tmp;
145 if( tmp != NULL )
147 tmp->prev = p_list->p_head;
183 list_element* tmp = p_list->p_tail; local
186 p_list->p_tail = tmp->prev;
198 *data_obj = tmp->data_ptr;
201 free(tmp);
243 list_element* tmp = p_list->p_head->next; local
254 p_list->p_head = tmp;
285 list_element* tmp = p_list->p_head; local
[all...]
/hardware/qcom/gps/msm8996/utils/
H A Dlinked_list.c140 list_element* tmp = p_list->p_head; local
143 p_list->p_head->next = tmp;
145 if( tmp != NULL )
147 tmp->prev = p_list->p_head;
183 list_element* tmp = p_list->p_tail; local
186 p_list->p_tail = tmp->prev;
198 *data_obj = tmp->data_ptr;
201 free(tmp);
243 list_element* tmp = p_list->p_head->next; local
254 p_list->p_head = tmp;
285 list_element* tmp = p_list->p_head; local
[all...]
/hardware/qcom/gps/msm8998/utils/
H A Dlinked_list.c139 list_element* tmp = p_list->p_head; local
142 p_list->p_head->next = tmp;
144 if( tmp != NULL )
146 tmp->prev = p_list->p_head;
182 list_element* tmp = p_list->p_tail; local
185 p_list->p_tail = tmp->prev;
197 *data_obj = tmp->data_ptr;
200 free(tmp);
242 list_element* tmp = p_list->p_head->next; local
253 p_list->p_head = tmp;
284 list_element* tmp = p_list->p_head; local
[all...]
/hardware/qcom/gps/utils/
H A Dlinked_list.c140 list_element* tmp = p_list->p_head; local
143 p_list->p_head->next = tmp;
145 if( tmp != NULL )
147 tmp->prev = p_list->p_head;
183 list_element* tmp = p_list->p_tail; local
186 p_list->p_tail = tmp->prev;
198 *data_obj = tmp->data_ptr;
201 free(tmp);
243 list_element* tmp = p_list->p_head->next; local
254 p_list->p_head = tmp;
285 list_element* tmp = p_list->p_head; local
[all...]
/hardware/qcom/display/msm8084/libmemtrack/
H A Dkgsl.c51 char tmp[128]; local
64 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid);
65 fp = fopen(tmp, "r");
77 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid);
78 fp = fopen(tmp, "r");
/hardware/qcom/display/msm8226/libmemtrack/
H A Dkgsl.c51 char tmp[128]; local
64 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid);
65 fp = fopen(tmp, "r");
77 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid);
78 fp = fopen(tmp, "r");
/hardware/qcom/display/msm8909/libmemtrack/
H A Dkgsl.c50 char tmp[128]; local
62 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid);
63 fp = fopen(tmp, "r");
75 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid);
76 fp = fopen(tmp, "r");
/hardware/qcom/display/msm8994/libmemtrack/
H A Dkgsl.c51 char tmp[128]; local
64 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid);
65 fp = fopen(tmp, "r");
77 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid);
78 fp = fopen(tmp, "r");
/hardware/qcom/display/msm8996/libmemtrack/
H A Dkgsl.c50 char tmp[128]; local
62 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid);
63 fp = fopen(tmp, "r");
75 snprintf(tmp, sizeof(tmp), "/d/kgsl/proc/%d/mem", pid);
76 fp = fopen(tmp, "r");
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_Device.c64 AKFLOAT tmp; local
71 tmp = vec->u.x;
73 vec->u.y = -tmp;
80 tmp = vec->u.x;
82 vec->u.y = tmp;
90 tmp = vec->u.x;
92 vec->u.y = tmp;
100 tmp = vec->u.x;
102 vec->u.y = -tmp;
/hardware/libhardware/modules/camera/3_0/
H A DMetadata.cpp53 camera_metadata_t* tmp; local
58 tmp = clone_camera_metadata(metadata);
59 if (tmp == NULL)
62 replace(tmp);
135 camera_metadata_t* tmp; local
151 tmp = allocate_camera_metadata(entry_capacity * 2, data_capacity * 2);
152 if (tmp == NULL) {
159 res = append_camera_metadata(tmp, mData);
162 __func__, mData, tmp);
166 // Add the remaining new item to tmp an
[all...]
/hardware/libhardware/modules/usbcamera/
H A DMetadata.cpp48 camera_metadata_t* tmp; local
53 tmp = clone_camera_metadata(metadata);
54 if (tmp == NULL)
57 replace(tmp);
124 camera_metadata_t* tmp; local
131 tmp = allocate_camera_metadata(entry_capacity * 2, data_capacity * 2);
132 if (tmp == NULL) {
138 res = append_camera_metadata(tmp, mData);
141 __func__, mData, tmp);
145 res = add_camera_metadata_entry(tmp, ta
[all...]
/hardware/qcom/display/msm8960/libmemtrack/
H A Dkgsl.c50 char tmp[128]; local
62 snprintf(tmp, sizeof(tmp), "/proc/%d/cmdline", pid);
63 fp = fopen(tmp, "r");
75 sprintf(tmp, "/d/kgsl/proc/%d/mem", pid);
76 fp = fopen(tmp, "r");
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dmlos.h74 void *tmp = inv_malloc((unsigned int)size); local
76 if (tmp)
77 memset(tmp, 0, size);
78 return tmp;
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dmlos.h74 void *tmp = inv_malloc((unsigned int)size); local
76 if (tmp)
77 memset(tmp, 0, size);
78 return tmp;
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DTriState.h69 TriState<T> tmp(*this);
71 return tmp;
82 TriState<T> tmp(*this);
84 return tmp;
89 TriState<T> tmp(*this); \
91 tmp.mValue = op tmp.mValue; \
93 return tmp; \
142 TriState<T> tmp(*this);
144 return tmp;
[all...]
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Dutils.cpp47 float tmp = b; local
49 a = tmp;

Completed in 520 milliseconds

12345