/device/lge/hammerhead/camera/QCamera2/stack/common/ |
D | cam_list.h | 43 struct cam_list *next, *prev; member 48 ptr->next = ptr; in cam_list_init() 58 item->next = head; in cam_list_add_tail_node() 60 prev->next = item; in cam_list_add_tail_node() 66 item->next = node; in cam_list_insert_before_node() 68 item->prev->next = item; in cam_list_insert_before_node() 75 struct cam_list *next = ptr->next; in cam_list_del_node() local 77 next->prev = ptr->prev; in cam_list_del_node() 78 prev->next = ptr->next; in cam_list_del_node() 79 ptr->next = ptr; in cam_list_del_node()
|
D | cam_queue.h | 81 pos = head->next; in cam_queue_deq() 105 pos = head->next; in cam_queue_flush() 109 pos = pos->next; in cam_queue_flush()
|
/device/asus/flo/camera/QCamera2/stack/common/ |
D | cam_list.h | 43 struct cam_list *next, *prev; member 48 ptr->next = ptr; in cam_list_init() 58 item->next = head; in cam_list_add_tail_node() 60 prev->next = item; in cam_list_add_tail_node() 66 item->next = node; in cam_list_insert_before_node() 68 item->prev->next = item; in cam_list_insert_before_node() 75 struct cam_list *next = ptr->next; in cam_list_del_node() local 77 next->prev = ptr->prev; in cam_list_del_node() 78 prev->next = ptr->next; in cam_list_del_node() 79 ptr->next = ptr; in cam_list_del_node()
|
D | cam_queue.h | 81 pos = head->next; in cam_queue_deq() 105 pos = head->next; in cam_queue_flush() 109 pos = pos->next; in cam_queue_flush()
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_list.h | 43 struct cam_list *next, *prev; member 48 ptr->next = ptr; in cam_list_init() 58 item->next = head; in cam_list_add_tail_node() 60 prev->next = item; in cam_list_add_tail_node() 66 item->next = node; in cam_list_insert_before_node() 68 item->prev->next = item; in cam_list_insert_before_node() 75 struct cam_list *next = ptr->next; in cam_list_del_node() local 77 next->prev = ptr->prev; in cam_list_del_node() 78 prev->next = ptr->next; in cam_list_del_node() 79 ptr->next = ptr; in cam_list_del_node()
|
D | cam_queue.h | 81 pos = head->next; in cam_queue_deq() 105 pos = head->next; in cam_queue_flush() 109 pos = pos->next; in cam_queue_flush()
|
/device/moto/shamu/camera/QCamera/stack/common/ |
D | cam_list.h | 43 struct cam_list *next, *prev; member 48 ptr->next = ptr; in cam_list_init() 58 item->next = head; in cam_list_add_tail_node() 60 prev->next = item; in cam_list_add_tail_node() 66 struct cam_list *next = ptr->next; in cam_list_del_node() local 68 next->prev = ptr->prev; in cam_list_del_node() 69 prev->next = ptr->next; in cam_list_del_node() 70 ptr->next = ptr; in cam_list_del_node()
|
/device/moto/shamu/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 191 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() 193 m_head.list.next = &node->list; in enqueueWithPriority() 195 node->list.next = p_next; in enqueueWithPriority() 230 pos = head->next; in dequeue() 268 pos = head->next; in flush() 272 pos = pos->next; in flush() 314 pos = head->next; in flushNodes() 318 pos = pos->next; in flushNodes() 359 pos = head->next; in flushNodes() 363 pos = pos->next; in flushNodes()
|
/device/asus/flo/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 164 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() 166 m_head.list.next = &node->list; in enqueueWithPriority() 168 node->list.next = p_next; in enqueueWithPriority() 197 pos = head->next; in dequeue() 233 pos = head->next; in flush() 237 pos = pos->next; in flush() 276 pos = head->next; in flushNodes() 280 pos = pos->next; in flushNodes()
|
/device/lge/hammerhead/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 191 struct cam_list *p_next = m_head.list.next; in enqueueWithPriority() 193 m_head.list.next = &node->list; in enqueueWithPriority() 195 node->list.next = p_next; in enqueueWithPriority() 230 pos = head->next; in dequeue() 268 pos = head->next; in flush() 272 pos = pos->next; in flush() 314 pos = head->next; in flushNodes() 318 pos = pos->next; in flushNodes()
|
/device/generic/goldfish/qemud/ |
D | qemud.c | 645 Packet* next; member 663 _free_packets = p->next; in packet_alloc() 667 p->next = NULL; in packet_alloc() 682 p->next = _free_packets; in packet_free() 760 FDHandler* next; member 785 f->pref[0] = f->next; in fdhandler_remove() 786 if (f->next) in fdhandler_remove() 787 f->next->pref = f->pref; in fdhandler_remove() 794 f->next = list[0]; in fdhandler_prepend() 797 if (f->next) in fdhandler_prepend() [all …]
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 78 pos = head->next; in mm_jpeg_queue_enq_head() 97 pos = head->next; in mm_jpeg_queue_deq() 141 pos = head->next; in mm_jpeg_queue_flush() 154 pos = pos->next; in mm_jpeg_queue_flush() 170 pos = head->next; in mm_jpeg_queue_peek()
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 72 pos = head->next; in mm_jpeg_queue_deq() 116 pos = head->next; in mm_jpeg_queue_flush() 129 pos = pos->next; in mm_jpeg_queue_flush() 145 pos = head->next; in mm_jpeg_queue_peek()
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 72 pos = head->next; in mm_jpeg_queue_deq() 116 pos = head->next; in mm_jpeg_queue_flush() 129 pos = pos->next; in mm_jpeg_queue_flush() 145 pos = head->next; in mm_jpeg_queue_peek()
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 73 pos = head->next; in mm_jpeg_queue_peek() 94 pos = head->next; in mm_jpeg_queue_deq() 138 pos = head->next; in mm_jpeg_queue_flush() 151 pos = pos->next; in mm_jpeg_queue_flush()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_queue.c | 116 pos = head->next; in mm_qcamera_queue_dequeue() 147 pos = head->next; in mm_qcamera_queue_flush() 151 pos = pos->next; in mm_qcamera_queue_flush()
|
D | mm_qcamera_socket.c | 74 release_eztune_prevcmd_rsp((eztune_prevcmd_rsp *)pHead->next); in release_eztune_prevcmd_rsp() 410 rspn_ptr = (eztune_prevcmd_rsp *)rsp_ptr->next; in prevserver_process_command() 462 rsp_ptr = (eztune_prevcmd_rsp *)rsp_ptr->next; in prevserver_process_command()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_data.c | 88 pos = head->next; in mm_camera_queue_deq() 120 pos = head->next; in mm_camera_queue_flush() 124 pos = pos->next; in mm_camera_queue_flush()
|
/device/generic/goldfish/opengl/system/gralloc/ |
D | gralloc.cpp | 65 _alloc_list_node *next; member 339 node->next = grdev->allocListHead; in gralloc_alloc() 386 n = n->next; in gralloc_free() 390 if (n->next) { in gralloc_free() 391 n->next->prev = n->prev; in gralloc_free() 394 n->prev->next = n->next; in gralloc_free() 397 grdev->allocListHead = n->next; in gralloc_free()
|
/device/htc/flounder/sensor_hub/libsensors/ |
D | InputEventReader.h | 44 void next();
|
D | InputEventReader.cpp | 79 void InputEventCircularReader::next() in next() function in InputEventCircularReader
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera.cpp | 1017 const char* next = strchr(wrk, ';'); in PrintParamDiff() local 1018 while (next != NULL) { in PrintParamDiff() 1019 snprintf(tmp, sizeof(tmp), "%.*s", (int)(intptr_t)(next-wrk), wrk); in PrintParamDiff() 1035 wrk = next + 1; in PrintParamDiff() 1036 next = strchr(wrk, ';'); in PrintParamDiff()
|
/device/lge/hammerhead/libsensors/ |
D | ProximitySensor.cpp | 137 mInputReader.next(); in readEvents()
|
D | LightSensor.cpp | 156 mInputReader.next(); in readEvents()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraStateMachine.h | 113 struct api_result_list *next; member
|