/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 46 node* tail; variable 51 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 53 return ( !head || !tail ); in empty() 149 tail = new node(data, data2,tail, NULL); in insert() 151 if ( tail->prev ) in insert() 152 tail->prev->next = tail; in insert() 155 head = tail; in insert() 172 if ((head == tail) && (head->data == d)) { in erase() 175 head = tail = NULL; in erase() 191 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
D | h264_utils.h | 348 head = tail = NULL; in omx_dl_list() 358 NODE_STRUCT *head, *tail;
|
/hardware/qcom/media/msm8974/mm-video-legacy/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 …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 45 node* tail; variable 50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 52 return ( !head || !tail ); in empty() 148 tail = new node(data, data2,tail, NULL); in insert() 150 if ( tail->prev ) in insert() 151 tail->prev->next = tail; in insert() 154 head = tail; in insert() 171 if ((head == tail) && (head->data == d)) { in erase() 174 head = tail = NULL; in erase() 190 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 45 node* tail; variable 50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 52 return ( !head || !tail ); in empty() 148 tail = new node(data, data2,tail, NULL); in insert() 150 if ( tail->prev ) in insert() 151 tail->prev->next = tail; in insert() 154 head = tail; in insert() 171 if ((head == tail) && (head->data == d)) { in erase() 174 head = tail = NULL; in erase() 190 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
D | h264_utils.h | 348 head = tail = NULL; in omx_dl_list() 358 NODE_STRUCT *head, *tail;
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | Map.h | 45 node* tail; variable 50 Map() : head( NULL ), tail ( NULL ),tmp(head),size_of_list(0) {} in Map() 52 return ( !head || !tail ); in empty() 148 tail = new node(data, data2,tail, NULL); in insert() 150 if ( tail->prev ) in insert() 151 tail->prev->next = tail; in insert() 154 head = tail; in insert() 171 if ((head == tail) && (head->data == d)) { in erase() 174 head = tail = NULL; in erase() 190 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
D | h264_utils.h | 305 head = tail = NULL; in omx_dl_list() 315 NODE_STRUCT *head, *tail;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | queue.c | 44 Node *tail; member 53 q->head = q->tail = NULL; in alloc_queue() 90 q->tail->next = new_node; in push() 93 q->tail = new_node; in push() 111 q->head = q->tail = NULL; in pop()
|
D | h264_utils.cpp | 1540 head = tail = NULL; in remove_first() 1549 NODE_STRUCT *data = tail; in remove_last() 1550 if (tail) { in remove_last() 1551 if (tail->prev) { in remove_last() 1552 tail = tail->prev; in remove_last() 1553 tail->next = NULL; in remove_last() 1555 head = tail = NULL; in remove_last() 1566 data_ptr->prev = tail; in add_last() 1567 if (tail) { in add_last() 1568 tail->next = data_ptr; in add_last() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/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/samsung/nfc/halimpl/osi/ |
D | osi_memory.cc | 127 free_que->tail = OSI_QUEUE_SIZE; in OSI_queue_allocate() 144 if (queue->head == queue->tail) { in OSI_queue_put() 154 ret = (queue->head) - (queue->tail); in OSI_queue_put() 171 if (queue->tail + 1 >= OSI_QUEUE_SIZE) { in queue_get() 178 if (queue->tail + 1 == queue->head) { in queue_get() 185 queue->tail++; in queue_get() 186 if (queue->tail >= OSI_QUEUE_SIZE) queue->tail = 0; in queue_get() 187 data = queue->queue[queue->tail]; in queue_get()
|
D | osi_common.h | 79 int tail; member
|
D | osi_main.cc | 64 osi_info.queue[index].tail = OSI_QUEUE_SIZE; in OSI_init()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | MessageFactory.cpp | 24 static nlattr* tail(nlmsghdr* msg) { in tail() function 38 auto attr = tail(msg); in add() 49 nested->nla_len = uintptr_t(tail(msg)) - uintptr_t(nested); in closeNested()
|
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/ |
D | ringbuffer.cpp | 29 uint8_t* tail; member 38 p->head = p->tail = p->base; in ringbuffer_init() 66 *rb->tail++ = *p++; in ringbuffer_insert() 67 if (rb->tail >= (rb->base + rb->total)) rb->tail = rb->base; in ringbuffer_insert()
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | ringbuffer.cpp | 29 uint8_t* tail; member 38 p->head = p->tail = p->base; in ringbuffer_init() 66 *rb->tail++ = *p++; in ringbuffer_insert() 67 if (rb->tail >= (rb->base + rb->total)) rb->tail = rb->base; in ringbuffer_insert()
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | ReturnIn.h | 46 void set(Head&& head, Tail&&... tail) { in set() argument 48 set(std::forward<Tail>(tail)...); in set()
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | cbor.h | 70 Array(const Head& head, const Tail&... tail) : head_(head), tail_(tail...) {} 151 Map(const MapElement<HeadKey, HeadValue>& head, const Tail&... tail) 152 : head_(head), tail_(tail...) {} 325 WriteState write(WriteState wState, const Head& head, const Tail&... tail) { 327 return write(wState, tail...);
|
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | h264_utils.cpp | 1526 head = tail = NULL; in remove_first() 1535 NODE_STRUCT *data = tail; in remove_last() 1536 if (tail) { in remove_last() 1537 if (tail->prev) { in remove_last() 1538 tail = tail->prev; in remove_last() 1539 tail->next = NULL; in remove_last() 1541 head = tail = NULL; in remove_last() 1552 data_ptr->prev = tail; in add_last() 1553 if (tail) { in add_last() 1554 tail->next = data_ptr; in add_last() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 1540 head = tail = NULL; in remove_first() 1549 NODE_STRUCT *data = tail; in remove_last() 1550 if (tail) { in remove_last() 1551 if (tail->prev) { in remove_last() 1552 tail = tail->prev; in remove_last() 1553 tail->next = NULL; in remove_last() 1555 head = tail = NULL; in remove_last() 1566 data_ptr->prev = tail; in add_last() 1567 if (tail) { in add_last() 1568 tail->next = data_ptr; in add_last() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | h264_utils.cpp | 1540 head = tail = NULL; in remove_first() 1549 NODE_STRUCT *data = tail; in remove_last() 1550 if (tail) { in remove_last() 1551 if (tail->prev) { in remove_last() 1552 tail = tail->prev; in remove_last() 1553 tail->next = NULL; in remove_last() 1555 head = tail = NULL; in remove_last() 1566 data_ptr->prev = tail; in add_last() 1567 if (tail) { in add_last() 1568 tail->next = data_ptr; in add_last() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 246 PKTSETLINK(q->tail, p); in pktq_penq() 250 q->tail = p; in pktq_penq() 275 q->tail = p; in pktq_penq_head() 303 q->tail = NULL; in pktq_pdeq() 364 q->tail = NULL; in pktq_pdeq_with_fn() 391 for (prev = NULL; p != q->tail; p = PKTLINK(p)) in pktq_pdeq_tail() 399 q->tail = prev; in pktq_pdeq_tail() 435 q->tail = NULL; in pktq_pflush() 454 q->tail = NULL; in pktq_pdel() 462 if (q->tail == pktbuf) in pktq_pdel() [all …]
|
/hardware/interfaces/audio/7.0/config/ |
D | update_audio_policy_config.sh | 60 sort -n | tail -n1)}
|