/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | Map.h | 47 node* tail; variable 52 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 53 bool empty() const { return ( !head || !tail ); } in empty() 144 tail = new node(data, data2,tail, NULL); in insert() 145 if( tail->prev ) in insert() 146 tail->prev->next = tail; in insert() 150 head = tail; in insert() 167 if((head == tail) && (head->data == d)) in erase() 171 head = tail = NULL; in erase() 186 if((tmp == tail) && (tmp->data ==d)) in erase() [all …]
|
D | h264_utils.h | 350 omx_dl_list() { head = tail = NULL; } ; in omx_dl_list() 359 NODE_STRUCT *head, *tail;
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | queue.c | 46 Node *tail; member 55 q->head = q->tail = NULL; in alloc_queue() 95 q->tail->next = new_node; in push() 98 q->tail = new_node; in push() 117 q->head = q->tail = NULL; in pop()
|
D | h264_utils.cpp | 1643 head = tail = NULL; in remove_first() 1652 NODE_STRUCT *data = tail; in remove_last() 1653 if (tail) in remove_last() 1655 if (tail->prev) in remove_last() 1657 tail = tail->prev; in remove_last() 1658 tail->next = NULL; in remove_last() 1661 head = tail = NULL; in remove_last() 1673 data_ptr->prev = tail; in add_last() 1674 if (tail) in add_last() 1676 tail->next = data_ptr; in add_last() [all …]
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
D | CmdQueue.c | 150 pCmdQueue->tail = 0; in cmdQueue_Init() 489 pCmdQueue->aCmdQueue[pCmdQueue->tail].cmdType = cmdType; in cmdQueue_Push() 490 pCmdQueue->aCmdQueue[pCmdQueue->tail].uParamsLen = uParamsLen; in cmdQueue_Push() 491 pCmdQueue->aCmdQueue[pCmdQueue->tail].fCb = fCb; in cmdQueue_Push() 492 pCmdQueue->aCmdQueue[pCmdQueue->tail].hCb = hCb; in cmdQueue_Push() 495 pCmdQueue->aCmdQueue[pCmdQueue->tail].aParamsBuf, in cmdQueue_Push() 499 pCmdQueue->aCmdQueue[pCmdQueue->tail].pInterrogateBuf = (TI_UINT8 *)pCb; in cmdQueue_Push() 502 pCmdQueue->tail++; in cmdQueue_Push() 503 if (pCmdQueue->tail == CMDQUEUE_QUEUE_DEPTH) in cmdQueue_Push() 504 pCmdQueue->tail = 0; in cmdQueue_Push() [all …]
|
D | CmdQueue.h | 143 TI_UINT32 tail; member
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | bcmutils.c | 174 PKTSETLINK(q->tail, p); in pktq_penq() 178 q->tail = p; in pktq_penq() 203 q->tail = p; in pktq_penq_head() 231 q->tail = NULL; in pktq_pdeq() 255 for (prev = NULL; p != q->tail; p = PKTLINK(p)) in pktq_pdeq_tail() 263 q->tail = prev; in pktq_pdeq_tail() 299 q->tail = NULL; in pktq_pflush() 318 q->tail = NULL; in pktq_pdel() 326 if (q->tail == pktbuf) in pktq_pdel() 327 q->tail = p; in pktq_pdel() [all …]
|
/hardware/qcom/camera/mm-camera-interface/ |
D | mm_camera_stream.c | 73 if(q->head == q->tail) { in mm_camera_stream_frame_deq_no_lock() 75 q->tail = NULL; in mm_camera_stream_frame_deq_no_lock() 90 q->tail = node; in mm_camera_stream_frame_enq_no_lock() 92 q->tail->next = node; in mm_camera_stream_frame_enq_no_lock() 93 q->tail = node; in mm_camera_stream_frame_enq_no_lock() 106 if(q->head == q->tail) { in mm_camera_stream_frame_deq() 108 q->tail = NULL; in mm_camera_stream_frame_deq() 125 q->tail = node; in mm_camera_stream_frame_enq() 127 q->tail->next = node; in mm_camera_stream_frame_enq() 128 q->tail = node; in mm_camera_stream_frame_enq() [all …]
|
D | mm_camera_notify.c | 120 peer_frame = peerq->tail; in mm_camera_zsl_frame_cmp_and_enq() 184 if(peer_frame == peerq->tail) { in mm_camera_zsl_frame_cmp_and_enq() 186 peerq->tail = peer_frame_prev; in mm_camera_zsl_frame_cmp_and_enq() 264 if(peer_frame == peerq->tail) { in mm_camera_zsl_frame_cmp_and_enq() 266 myq->tail = peer_frame_prev; in mm_camera_zsl_frame_cmp_and_enq() 310 if(peer_frame == peerq->tail) { in mm_camera_zsl_frame_cmp_and_enq() 312 peerq->tail = peer_frame_prev; in mm_camera_zsl_frame_cmp_and_enq()
|
D | mm_camera.h | 110 mm_camera_frame_t *tail; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 227 PKTSETLINK(q->tail, p); in pktq_penq() 231 q->tail = p; in pktq_penq() 256 q->tail = p; in pktq_penq_head() 284 q->tail = NULL; in pktq_pdeq() 334 for (prev = NULL; p != q->tail; p = PKTLINK(p)) in pktq_pdeq_tail() 342 q->tail = prev; in pktq_pdeq_tail() 378 q->tail = NULL; in pktq_pflush() 397 q->tail = NULL; in pktq_pdel() 405 if (q->tail == pktbuf) in pktq_pdel() 406 q->tail = p; in pktq_pdel() [all …]
|
/hardware/msm7k/libgralloc/ |
D | allocator.h | 43 NODE const* tail() const { return mLast; } in tail() function 44 NODE* tail() { return mLast; } in tail() function
|
/hardware/msm7k/libgralloc-qsd8k/ |
D | allocator.h | 44 NODE const* tail() const { return mLast; } in tail() function 45 NODE* tail() { return mLast; } in tail() function
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 96 void *tail; member 249 #define pktq_ppeek_tail(pq, prec) ((pq)->q[prec].tail)
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 97 void *tail; member 280 #define pktq_ppeek_tail(pq, prec) ((pq)->q[prec].tail)
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | osapi.c | 466 skb->tail = skb->data; in os_receivePacket()
|