Searched defs:tail (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dqueue.h30 struct list *tail; member in struct:queue
/hardware/interfaces/audio/common/test/utility/include/utility/
H A DReturnIn.h46 void set(Head&& head, Tail&&... tail) { argument
48 set(tail...);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c46 Node *tail; member in struct:Queue
55 q->head = q->tail = NULL;
95 q->tail->next = new_node;
98 q->tail = new_node;
117 q->head = q->tail = NULL;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c44 Node *tail; member in struct:Queue
53 q->head = q->tail = NULL;
90 q->tail->next = new_node;
93 q->tail = new_node;
111 q->head = q->tail = NULL;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A DMap.h47 node* tail; member in class:Map
52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
53 bool empty() const { return ( !head || !tail ); }
144 tail = new node(data, data2,tail, NULL);
145 if( tail->prev )
146 tail->prev->next = tail;
150 head = tail;
167 if((head == tail)
[all...]
H A Dh264_utils.h350 omx_dl_list() { head = tail = NULL; } ;
359 NODE_STRUCT *head, *tail; member in class:omx_dl_list
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h46 node* tail; member in class:Map
51 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
53 return ( !head || !tail );
149 tail = new node(data, data2,tail, NULL);
151 if ( tail->prev )
152 tail->prev->next = tail;
155 head = tail;
172 if ((head == tail)
[all...]
H A Dh264_utils.h348 head = tail = NULL;
358 NODE_STRUCT *head, *tail; member in class:omx_dl_list
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h45 node* tail; member in class:Map
50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
52 return ( !head || !tail );
148 tail = new node(data, data2,tail, NULL);
150 if ( tail->prev )
151 tail->prev->next = tail;
154 head = tail;
171 if ((head == tail)
[all...]
H A Dh264_utils.h348 head = tail = NULL;
358 NODE_STRUCT *head, *tail; member in class:omx_dl_list
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h45 node* tail; member in class:Map
50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
52 return ( !head || !tail );
148 tail = new node(data, data2,tail, NULL);
150 if ( tail->prev )
151 tail->prev->next = tail;
154 head = tail;
171 if ((head == tail)
[all...]
H A Dh264_utils.h348 head = tail = NULL;
358 NODE_STRUCT *head, *tail; member in class:omx_dl_list
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h45 node* tail; member in class:Map
50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {}
52 return ( !head || !tail );
148 tail = new node(data, data2,tail, NULL);
150 if ( tail->prev )
151 tail->prev->next = tail;
154 head = tail;
171 if ((head == tail)
[all...]
/hardware/qcom/msm8998/json-c/
H A Dlinkhash.h133 struct lh_entry *tail; member in struct:lh_table
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_tags.h312 std::remove_reference_t<Head> NullOrOr(Head&& head, Tail&&... tail) { argument
314 return NullOrOr(std::forward<Tail>(tail)...);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h104 void *tail; /* last packet to dequeue */ member in struct:pktq_prec
295 #define pktq_ppeek_tail(pq, prec) ((pq)->q[prec].tail)

Completed in 1241 milliseconds