Searched defs:next (Results 1 - 25 of 102) sorted by relevance

12345

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_EvtDispatcher.h54 _cmd_evts *next; member in struct:_cmd_evts
H A DIPACM_IfaceManager.h60 _iface_instances *next; member in struct:_iface_instances
/hardware/akm/AK8975_FS/libsensors/
H A DInputEventReader.cpp82 void InputEventCircularReader::next() function in class:InputEventCircularReader
/hardware/intel/common/libwsbm/src/
H A Dwsbm_util.h18 struct _WsbmListHead *next; member in struct:_WsbmListHead
24 (__item)->next = (__item); \
30 (__item)->next = (__list)->next; \
31 (__list)->next->prev = (__item); \
32 (__list)->next = (__item); \
37 (__item)->next = (__list); \
39 (__list)->prev->next = (__item); \
45 (__item)->prev->next = (__item)->next; \
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.h93 HandlerEntry *next; member in struct:OMXComponentCodecBase::HandlerEntry
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dlist.h27 struct list *next; member in struct:list
61 #define __list_next(entry) ((entry) ? (entry->next) : NULL)
H A Dmodule.h43 struct module *next; member in struct:module
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_list.h45 struct cam_list *next, *prev; member in struct:cam_list
50 ptr->next = ptr;
60 item->next = head;
62 prev->next = item;
68 item->next = node;
70 item->prev->next = item;
77 struct cam_list *next = ptr->next; local
79 next->prev = ptr->prev;
80 prev->next
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c40 struct Node *next; member in struct:Node
87 new_node->next = NULL;
95 q->tail->next = new_node;
121 q->head = q->head->next;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c39 struct Node *next; member in struct:Node
85 new_node->next = NULL;
90 q->tail->next = new_node;
113 q->head = q->head->next;
/hardware/ril/libril/
H A DRilSapSocket.h106 RilSapSocketList *next; member in struct:RilSapSocket::RilSapSocketList
H A Dril_event.h24 struct ril_event *next; member in struct:ril_event
/hardware/nxp/secure_element/libese-spi/p73/lib/
H A DphNxpEseDataMgr.cpp141 phNxpEse_sCoreRecvBuff_List_t *current, *next; local
149 next = current->pNext;
152 current = next;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dts_parser.h67 time_stamp_list *next; member in struct:omx_time_stamp_reorder::time_stamp_list
/hardware/qcom/gps/msm8084/utils/
H A Dlinked_list.c40 struct list_element* next; member in struct:list_element
135 elem->next = NULL;
142 /* Point next to the previous head element */
143 p_list->p_head->next = tmp;
190 p_list->p_tail->next = NULL;
243 list_element* tmp = p_list->p_head->next;
299 p_list->p_head = tmp->next;
301 tmp->prev->next = tmp->next;
304 if (NULL == tmp->next) {
[all...]
/hardware/qcom/gps/msm8909/utils/
H A Dlinked_list.c40 struct list_element* next; member in struct:list_element
135 elem->next = NULL;
142 /* Point next to the previous head element */
143 p_list->p_head->next = tmp;
190 p_list->p_tail->next = NULL;
243 list_element* tmp = p_list->p_head->next;
299 p_list->p_head = tmp->next;
301 tmp->prev->next = tmp->next;
304 if (NULL == tmp->next) {
[all...]
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dlinked_list.c39 struct list_element* next; member in struct:list_element
133 elem->next = NULL;
140 /* Point next to the previous head element */
141 p_list->p_head->next = tmp;
187 p_list->p_tail->next = NULL;
240 list_element* tmp = p_list->p_head->next;
295 p_list->p_head = tmp->next;
297 tmp->prev->next = tmp->next;
300 if (NULL == tmp->next) {
[all...]
/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.c40 struct list_element* next; member in struct:list_element
135 elem->next = NULL;
142 /* Point next to the previous head element */
143 p_list->p_head->next = tmp;
190 p_list->p_tail->next = NULL;
243 list_element* tmp = p_list->p_head->next;
299 p_list->p_head = tmp->next;
301 tmp->prev->next = tmp->next;
304 if (NULL == tmp->next) {
[all...]
/hardware/qcom/gps/msm8994/utils/
H A Dlinked_list.c40 struct list_element* next; member in struct:list_element
135 elem->next = NULL;
142 /* Point next to the previous head element */
143 p_list->p_head->next = tmp;
190 p_list->p_tail->next = NULL;
243 list_element* tmp = p_list->p_head->next;
299 p_list->p_head = tmp->next;
301 tmp->prev->next = tmp->next;
304 if (NULL == tmp->next) {
[all...]
/hardware/qcom/gps/msm8996/utils/
H A Dlinked_list.c40 struct list_element* next; member in struct:list_element
135 elem->next = NULL;
142 /* Point next to the previous head element */
143 p_list->p_head->next = tmp;
190 p_list->p_tail->next = NULL;
243 list_element* tmp = p_list->p_head->next;
299 p_list->p_head = tmp->next;
301 tmp->prev->next = tmp->next;
304 if (NULL == tmp->next) {
[all...]
/hardware/qcom/gps/msm8998/utils/
H A Dlinked_list.c39 struct list_element* next; member in struct:list_element
134 elem->next = NULL;
141 /* Point next to the previous head element */
142 p_list->p_head->next = tmp;
189 p_list->p_tail->next = NULL;
242 list_element* tmp = p_list->p_head->next;
298 p_list->p_head = tmp->next;
300 tmp->prev->next = tmp->next;
303 if (NULL == tmp->next) {
[all...]
/hardware/qcom/gps/utils/
H A Dlinked_list.c40 struct list_element* next; member in struct:list_element
135 elem->next = NULL;
142 /* Point next to the previous head element */
143 p_list->p_head->next = tmp;
190 p_list->p_tail->next = NULL;
243 list_element* tmp = p_list->p_head->next;
299 p_list->p_head = tmp->next;
301 tmp->prev->next = tmp->next;
304 if (NULL == tmp->next) {
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h83 time_stamp_list *next; member in struct:omx_time_stamp_reorder::time_stamp_list
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h84 time_stamp_list *next; member in struct:omx_time_stamp_reorder::time_stamp_list
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h84 time_stamp_list *next; member in struct:omx_time_stamp_reorder::time_stamp_list

Completed in 776 milliseconds

12345