Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 25 of 37) sorted by relevance

12

/device/moto/shamu/camera/QCamera2/util/
DQCameraQueue.cpp222 struct cam_list *pos = NULL; in dequeue() local
228 pos = head->next; in dequeue()
230 pos = head->prev; in dequeue()
232 if (pos != head) { in dequeue()
233 node = member_of(pos, camera_q_node, list); in dequeue()
261 struct cam_list *pos = NULL; in flush() local
266 pos = head->next; in flush()
268 while(pos != head) { in flush()
269 node = member_of(pos, camera_q_node, list); in flush()
270 pos = pos->next; in flush()
[all …]
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c66 struct cam_list *pos = NULL; in mm_jpeg_queue_enq_head() local
78 pos = head->next; in mm_jpeg_queue_enq_head()
81 cam_list_insert_before_node(&node->list, pos); in mm_jpeg_queue_enq_head()
93 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() local
97 pos = head->next; in mm_jpeg_queue_deq()
98 if (pos != head) { in mm_jpeg_queue_deq()
99 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_deq()
137 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() local
141 pos = head->next; in mm_jpeg_queue_flush()
143 while(pos != head) { in mm_jpeg_queue_flush()
[all …]
/device/asus/flo/camera/QCamera2/util/
DQCameraQueue.cpp190 struct cam_list *pos = NULL; in dequeue() local
195 pos = head->next; in dequeue()
197 pos = head->prev; in dequeue()
199 if (pos != head) { in dequeue()
200 node = member_of(pos, camera_q_node, list); in dequeue()
227 struct cam_list *pos = NULL; in flush() local
231 pos = head->next; in flush()
233 while(pos != head) { in flush()
234 node = member_of(pos, camera_q_node, list); in flush()
235 pos = pos->next; in flush()
[all …]
/device/lge/hammerhead/camera/QCamera2/util/
DQCameraQueue.cpp222 struct cam_list *pos = NULL; in dequeue() local
228 pos = head->next; in dequeue()
230 pos = head->prev; in dequeue()
232 if (pos != head) { in dequeue()
233 node = member_of(pos, camera_q_node, list); in dequeue()
261 struct cam_list *pos = NULL; in flush() local
266 pos = head->next; in flush()
268 while(pos != head) { in flush()
269 node = member_of(pos, camera_q_node, list); in flush()
270 pos = pos->next; in flush()
[all …]
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c68 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() local
72 pos = head->next; in mm_jpeg_queue_deq()
73 if (pos != head) { in mm_jpeg_queue_deq()
74 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_deq()
112 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() local
116 pos = head->next; in mm_jpeg_queue_flush()
118 while(pos != head) { in mm_jpeg_queue_flush()
119 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_flush()
129 pos = pos->next; in mm_jpeg_queue_flush()
141 struct cam_list *pos = NULL; in mm_jpeg_queue_peek() local
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c69 struct cam_list *pos = NULL; in mm_jpeg_queue_peek() local
73 pos = head->next; in mm_jpeg_queue_peek()
74 if (pos != head) { in mm_jpeg_queue_peek()
75 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_peek()
90 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() local
94 pos = head->next; in mm_jpeg_queue_deq()
95 if (pos != head) { in mm_jpeg_queue_deq()
96 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_deq()
134 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() local
138 pos = head->next; in mm_jpeg_queue_flush()
[all …]
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c68 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() local
72 pos = head->next; in mm_jpeg_queue_deq()
73 if (pos != head) { in mm_jpeg_queue_deq()
74 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_deq()
112 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() local
116 pos = head->next; in mm_jpeg_queue_flush()
118 while(pos != head) { in mm_jpeg_queue_flush()
119 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_flush()
129 pos = pos->next; in mm_jpeg_queue_flush()
141 struct cam_list *pos = NULL; in mm_jpeg_queue_peek() local
[all …]
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_queue.h75 struct cam_list *pos = NULL; in cam_queue_deq() local
79 pos = head->next; in cam_queue_deq()
80 if (pos != head) { in cam_queue_deq()
81 node = member_of(pos, cam_node_t, list); in cam_queue_deq()
99 struct cam_list *pos = NULL; in cam_queue_flush() local
103 pos = head->next; in cam_queue_flush()
105 while(pos != head) { in cam_queue_flush()
106 node = member_of(pos, cam_node_t, list); in cam_queue_flush()
107 pos = pos->next; in cam_queue_flush()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_queue.h75 struct cam_list *pos = NULL; in cam_queue_deq() local
79 pos = head->next; in cam_queue_deq()
80 if (pos != head) { in cam_queue_deq()
81 node = member_of(pos, cam_node_t, list); in cam_queue_deq()
99 struct cam_list *pos = NULL; in cam_queue_flush() local
103 pos = head->next; in cam_queue_flush()
105 while(pos != head) { in cam_queue_flush()
106 node = member_of(pos, cam_node_t, list); in cam_queue_flush()
107 pos = pos->next; in cam_queue_flush()
/device/lge/hammerhead/camera/QCamera2/stack/common/
Dcam_queue.h75 struct cam_list *pos = NULL; in cam_queue_deq() local
79 pos = head->next; in cam_queue_deq()
80 if (pos != head) { in cam_queue_deq()
81 node = member_of(pos, cam_node_t, list); in cam_queue_deq()
99 struct cam_list *pos = NULL; in cam_queue_flush() local
103 pos = head->next; in cam_queue_flush()
105 while(pos != head) { in cam_queue_flush()
106 node = member_of(pos, cam_node_t, list); in cam_queue_flush()
107 pos = pos->next; in cam_queue_flush()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c111 struct cam_list *pos = NULL; in mm_qcamera_queue_dequeue() local
116 pos = head->next; in mm_qcamera_queue_dequeue()
118 pos = head->prev; in mm_qcamera_queue_dequeue()
120 if (pos != head) { in mm_qcamera_queue_dequeue()
121 node = member_of(pos, camera_q_node, list); in mm_qcamera_queue_dequeue()
139 struct cam_list *pos = NULL; in mm_qcamera_queue_flush() local
147 pos = head->next; in mm_qcamera_queue_flush()
149 while(pos != head) { in mm_qcamera_queue_flush()
150 node = member_of(pos, camera_q_node, list); in mm_qcamera_queue_flush()
151 pos = pos->next; in mm_qcamera_queue_flush()
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c68 struct cam_list *pos = NULL; in mm_jpeg_queue_deq() local
72 pos = head->next; in mm_jpeg_queue_deq()
73 if (pos != head) { in mm_jpeg_queue_deq()
74 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_deq()
112 struct cam_list *pos = NULL; in mm_jpeg_queue_flush() local
116 pos = head->next; in mm_jpeg_queue_flush()
118 while(pos != head) { in mm_jpeg_queue_flush()
119 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_flush()
129 pos = pos->next; in mm_jpeg_queue_flush()
Dmm_jpeg.c1210 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_client_id() local
1214 pos = head->next; in mm_jpeg_queue_remove_job_by_client_id()
1215 while(pos != head) { in mm_jpeg_queue_remove_job_by_client_id()
1216 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_remove_job_by_client_id()
1225 pos = pos->next; in mm_jpeg_queue_remove_job_by_client_id()
1240 struct cam_list *pos = NULL; in mm_jpeg_queue_remove_job_by_job_id() local
1244 pos = head->next; in mm_jpeg_queue_remove_job_by_job_id()
1245 while(pos != head) { in mm_jpeg_queue_remove_job_by_job_id()
1246 node = member_of(pos, mm_jpeg_q_node_t, list); in mm_jpeg_queue_remove_job_by_job_id()
1255 pos = pos->next; in mm_jpeg_queue_remove_job_by_job_id()
[all …]
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_data.c83 struct cam_list *pos = NULL; in mm_camera_queue_deq() local
87 pos = head->next; in mm_camera_queue_deq()
88 if (pos != head) { in mm_camera_queue_deq()
89 node = member_of(pos, mm_camera_q_node_t, list); in mm_camera_queue_deq()
115 struct cam_list *pos = NULL; in mm_camera_queue_flush() local
119 pos = head->next; in mm_camera_queue_flush()
121 while(pos != head) { in mm_camera_queue_flush()
122 node = member_of(pos, mm_camera_q_node_t, list); in mm_camera_queue_flush()
133 pos = pos->next; in mm_camera_queue_flush()
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_data.c84 struct cam_list *pos = NULL; in mm_camera_queue_deq() local
88 pos = head->next; in mm_camera_queue_deq()
89 if (pos != head) { in mm_camera_queue_deq()
90 node = member_of(pos, mm_camera_q_node_t, list); in mm_camera_queue_deq()
116 struct cam_list *pos = NULL; in mm_camera_queue_flush() local
120 pos = head->next; in mm_camera_queue_flush()
122 while(pos != head) { in mm_camera_queue_flush()
123 node = member_of(pos, mm_camera_q_node_t, list); in mm_camera_queue_flush()
124 pos = pos->next; in mm_camera_queue_flush()
/device/asus/flo/conn_init/
Dwfc_util_common.c52 int i, pos; in wfc_util_atoh() local
65 pos = i / 2; in wfc_util_atoh()
79 pHexaBuff[pos] = temp<<4; in wfc_util_atoh()
81 pHexaBuff[pos] |= temp; in wfc_util_atoh()
/device/lge/mako/conn_init/
Dwfc_util_common.c52 int i, pos; in wfc_util_atoh() local
65 pos = i / 2; in wfc_util_atoh()
79 pHexaBuff[pos] = temp<<4; in wfc_util_atoh()
81 pHexaBuff[pos] |= temp; in wfc_util_atoh()
/device/generic/goldfish/libqemu/
Dtest_guest_2.c164 int pos, len; in main() local
173 pos = 0; in main()
176 ret = pipe_recv(pipe, buffer2 + pos, len); in main()
185 pos += ret; in main()
/device/moto/shamu/bdAddrLoader/
Daddrloader.c113 int pos = 0; in formattingBdAddr() local
115 pos = strlen(szBDAddr); in formattingBdAddr()
117 szBDAddr[pos-j] = szBDAddr[pos-j-1]; in formattingBdAddr()
119 szBDAddr[pos-j]=cSep; in formattingBdAddr()
/device/lge/hammerhead/bdAddrLoader/
Daddrloader.c113 int pos = 0; in formattingBdAddr() local
115 pos = strlen(szBDAddr); in formattingBdAddr()
117 szBDAddr[pos-j] = szBDAddr[pos-j-1]; in formattingBdAddr()
119 szBDAddr[pos-j]=cSep; in formattingBdAddr()
/device/asus/flo/bdAddrLoader/
Daddrloader.c117 int pos=0; in formattingBdAddr() local
119 pos = strlen(szBDAddr); in formattingBdAddr()
121 szBDAddr[pos-j] = szBDAddr[pos-j-1]; in formattingBdAddr()
123 szBDAddr[pos-j]=cSep; in formattingBdAddr()
/device/lge/mako/bdAddrLoader/
Daddrloader.c117 int pos=0; in formattingBdAddr() local
119 pos = strlen(szBDAddr); in formattingBdAddr()
121 szBDAddr[pos-j] = szBDAddr[pos-j-1]; in formattingBdAddr()
123 szBDAddr[pos-j]=cSep; in formattingBdAddr()
/device/generic/goldfish/gps/
Dgps_qemu.c182 int pos; member
226 r->pos = 0; in nmea_reader_init()
428 D("Received: '%.*s'", r->pos, r->in); in nmea_reader_parse()
429 if (r->pos < 9) { in nmea_reader_parse()
434 nmea_tokenizer_init(tzer, r->in, r->in + r->pos); in nmea_reader_parse()
551 if (r->pos >= (int) sizeof(r->in)-1 ) { in nmea_reader_addc()
553 r->pos = 0; in nmea_reader_addc()
557 r->in[r->pos] = (char)c; in nmea_reader_addc()
558 r->pos += 1; in nmea_reader_addc()
562 r->pos = 0; in nmea_reader_addc()
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c1558 struct cam_list *pos = NULL; in mm_channel_superbuf_comp_and_enqueue() local
1595 pos = head->next; in mm_channel_superbuf_comp_and_enqueue()
1601 while (pos != head) { in mm_channel_superbuf_comp_and_enqueue()
1602 node = member_of(pos, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
1607 pos = pos->next; in mm_channel_superbuf_comp_and_enqueue()
1618 last_buf = pos; in mm_channel_superbuf_comp_and_enqueue()
1623 insert_before_buf = pos; in mm_channel_superbuf_comp_and_enqueue()
1626 pos = pos->next; in mm_channel_superbuf_comp_and_enqueue()
1648 while ( last_buf != pos ) { in mm_channel_superbuf_comp_and_enqueue()
1755 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue_internal() local
[all …]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c1555 struct cam_list *pos = NULL; in mm_channel_superbuf_comp_and_enqueue() local
1592 pos = head->next; in mm_channel_superbuf_comp_and_enqueue()
1598 while (pos != head) { in mm_channel_superbuf_comp_and_enqueue()
1599 node = member_of(pos, cam_node_t, list); in mm_channel_superbuf_comp_and_enqueue()
1604 pos = pos->next; in mm_channel_superbuf_comp_and_enqueue()
1615 last_buf = pos; in mm_channel_superbuf_comp_and_enqueue()
1620 insert_before_buf = pos; in mm_channel_superbuf_comp_and_enqueue()
1623 pos = pos->next; in mm_channel_superbuf_comp_and_enqueue()
1645 while ( last_buf != pos ) { in mm_channel_superbuf_comp_and_enqueue()
1752 struct cam_list *pos = NULL; in mm_channel_superbuf_dequeue_internal() local
[all …]

12