Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 56) sorted by relevance

123

/device/google/marlin/power/
Dlist.c37 int init_list_head(struct list_node *head) in init_list_head()
47 struct list_node *add_list_node(struct list_node *head, void *data) in add_list_node()
69 int is_list_empty(struct list_node *head) in is_list_empty()
77 int remove_list_node(struct list_node *head, struct list_node *del_node) in remove_list_node()
110 void dump_list(struct list_node *head) in dump_list()
126 struct list_node *find_node(struct list_node *head, void *comparison_data) in find_node()
/device/google/marlin/camera/QCamera2/util/
DQCameraQueue.cpp226 struct cam_list *head = NULL; in peek() local
261 struct cam_list *head = NULL; in dequeue() local
301 struct cam_list *head = NULL; in dequeue() local
345 struct cam_list *head = NULL; in flush() local
387 struct cam_list *head = NULL; in flushNodes() local
432 struct cam_list *head = NULL; in flushNodes() local
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c68 struct cam_list *head = NULL; in mm_jpeg_queue_enq_head() local
95 struct cam_list *head = NULL; in mm_jpeg_queue_deq() local
140 struct cam_list *head = NULL; in mm_jpeg_queue_flush() local
169 struct cam_list *head = NULL; in mm_jpeg_queue_peek() local
Dmm_jpeg.c3165 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_client_id() local
3199 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_session_id() local
3233 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_by_job_id() local
3279 struct cam_list *head = NULL; in mm_jpeg_queue_remove_job_unlk() local
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_queue.h42 cam_node_t head; /* dummy head */ member
78 struct cam_list *head = NULL; in cam_queue_deq() local
102 struct cam_list *head = NULL; in cam_queue_flush() local
Dcam_list.h54 struct cam_list *head) in cam_list_add_tail_node()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c111 struct cam_list *head = NULL; in mm_qcamera_queue_dequeue() local
139 struct cam_list *head = NULL; in mm_qcamera_queue_flush() local
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_mcu.c70 static int is_binary_header_invalid(struct mcu_image_head *head, in is_binary_header_invalid()
84 struct mcu_image_head *head) in is_binary_section_invalid()
157 struct mcu_image_head *head; in hisi_mcu_load_image() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddircache.py37 def annotate(head, list): argument
Dcommands.py69 def mk2arg(head, x): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dstructparse.py11 def __init__(self, name, head, members): argument
Dstruct.py11 def __init__(self, name, head, members): argument
/device/google/contexthub/firmware/os/core/
DsimpleQ.c32 uint32_t head, tail, num, freeHead, entrySz; member
96 uint32_t head; in simpleQueueDequeue() local
DeventQ.c29 #define for_each_item_safe(head, pos, tmp) \ argument
46 struct EvtList head; member
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-msg.h73 __xf_message_t *head; member
94 xf_message_t *head; member
/device/generic/car/emulator/audio/driver/
Daudio_vbuffer.h27 size_t head; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
Dtemplate.h11 struct _sym *next, *prev, **head, *scope; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DSList.h59 SListNode *head, *tail; variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DSList.h59 SListNode *head, *tail; variable
/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_util.h200 template <class T, class H> T* vk_find_struct(H* head) in vk_find_struct()
206 template <class T, class H> const T* vk_find_struct(const H* head) in vk_find_struct()
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dbl_common.h151 bl_load_info_node_t *head; member
168 bl_params_node_t *head; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Drrcs.py81 def head(x, copts, fn): function
/device/google/bonito/json-c/
Dlinkhash.h128 struct lh_entry *head; member
/device/google/crosshatch/json-c/
Dlinkhash.h128 struct lh_entry *head; member
/device/google/cuttlefish_common/guest/hals/ril/libril/
DRilSapSocket.cpp31 static RilSapSocket::RilSapSocketList *head = NULL; variable

123