/hardware/qcom/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 219 struct cam_list *head = NULL; in peek() local 254 struct cam_list *head = NULL; in dequeue() local 293 struct cam_list *head = NULL; in flush() local 335 struct cam_list *head = NULL; in flushNodes() local 380 struct cam_list *head = NULL; in flushNodes() local
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_queue.c | 65 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() local 92 struct cam_list *head = NULL; in mm_jpeg_queue_deq() local 137 struct cam_list *head = NULL; in mm_jpeg_queue_flush() local 166 struct cam_list *head = NULL; in mm_jpeg_queue_peek() local
|
D | mm_jpeg.c | 2862 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_client_id() local 2896 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_session_id() local 2930 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_job_id() local 2976 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_unlk() local
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | module.c | 49 static struct module *module_find_with_name(struct module *head, in module_find_with_name() 62 static struct module *module_find_with_handle(struct module *head, in module_find_with_handle() 75 static struct module *module_add_list(struct module *head, in module_add_list() 89 static struct module *module_del_list(struct module *head, in module_del_list()
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | cam_queue.h | 38 cam_node_t head; /* dummy head */ member 74 struct cam_list *head = NULL; in cam_queue_deq() local 98 struct cam_list *head = NULL; in cam_queue_flush() local
|
D | cam_list.h | 55 struct cam_list *head) in cam_list_add_tail_node()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_queue.c | 110 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() local 138 struct cam_list *head = NULL; in mm_qcamera_queue_flush() local
|
/hardware/intel/bootstub/ |
D | 2ndbootloader.lds | 9 *(.text.head) 10 _ehead = . ;
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
D | queue.h | 29 struct list *head; member
|
/hardware/ti/omap3/dspbridge/inc/ |
D | list.h | 71 struct LST_ELEM head; member
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | list.h | 71 struct LST_ELEM head; member
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | wrs_omxcore.cpp | 48 struct list *head = NULL; in construct_components() local 109 static struct list *destruct_components(struct list *head) in destruct_components()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_ucm.c | 3711 static int snd_ucm_add_ident_to_list(struct snd_ucm_ident_node **head, in snd_ucm_add_ident_to_list() 3745 static int snd_ucm_get_status_at_index(struct snd_ucm_ident_node *head, in snd_ucm_get_status_at_index() 3766 struct snd_ucm_ident_node *snd_ucm_get_device_node(struct snd_ucm_ident_node *head, in snd_ucm_get_device_node() 3792 static void snd_ucm_set_status_at_index(struct snd_ucm_ident_node *head, in snd_ucm_set_status_at_index() 3814 static char *snd_ucm_get_value_at_index(struct snd_ucm_ident_node *head, in snd_ucm_get_value_at_index() 3839 static int snd_ucm_get_size_of_list(struct snd_ucm_ident_node *head) in snd_ucm_get_size_of_list() 3856 static void snd_ucm_print_list(struct snd_ucm_ident_node *head) in snd_ucm_print_list() 3880 static int snd_ucm_del_ident_from_list(struct snd_ucm_ident_node **head, in snd_ucm_del_ident_from_list()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | queue.c | 43 Node *head; member
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | queue.c | 45 Node *head; member
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_slabpool.c | 91 struct _WsbmListHead head; member 124 struct _WsbmListHead head; member 130 struct _WsbmListHead head; member 315 struct _WsbmListHead *list, *head; in wsbmAllocKernelBO() local 574 struct _WsbmListHead *list, *prev, *first, *head; in wsbmSlabCheckFreeLocked() local
|
D | wsbm_fencemgr.c | 47 struct _WsbmListHead head; member 106 struct _WsbmListHead head; member
|
D | wsbm_mm.c | 259 struct _WsbmListHead *head = &mm->ml_entry; in wsbmMMclean() local
|
D | wsbm_driver.h | 106 struct _WsbmListHead head; member
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | Map.h | 46 node* head; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 45 node* head; variable
|
/hardware/ril/libril/ |
D | RilSapSocket.cpp | 29 static RilSapSocket::RilSapSocketList *head = NULL; variable
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 2305 struct cam_list *head = NULL; in mm_channel_superbuf_comp_and_enqueue() local 2594 struct cam_list *head = NULL; in mm_channel_superbuf_dequeue_internal() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/ |
D | vpx_mem_tracker.c | 98 struct mem_block *head, member
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 256 mm_jpeg_q_node_t head; /* dummy head */ member
|