/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | queue.c | 79 int push(Queue *q, void * element) function
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | queue.c | 77 int push(Queue *q, void * element) function
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
H A D | ConcurrentQueue.h | 52 void push(T&& item) { function in class:android::ConcurrentQueue 58 mQueue.push(std::move(item)); 63 /* Deactivates the queue, thus no one can push items to it, also
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec_utils.cpp | 111 * @retval true if push successful 112 * @retval false if push unsuccessful 114 bool omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) function in class:omx_swvdec_queue 202 * @retval true if push successful 203 * @retval false if push unsuccessful 205 bool omx_swvdec_ts_list::push(long long timestamp) function in class:omx_swvdec_ts_list
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec_utils.cpp | 111 void omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) function in class:omx_swvdec_queue 115 m_queue.push(*p_event_info);
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec_utils.cpp | 111 void omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) function in class:omx_swvdec_queue 115 m_queue.push(*p_event_info);
|
/hardware/qcom/gps/msm8909/utils/ |
H A D | LocHeap.cpp | 50 // push a node into the tree stucture, keeping sorted by rank 51 void push(LocHeapNode& node); 101 // push keeps the tree sorted by rank, it also tries to balance the 107 void LocHeapNode::push(LocHeapNode& node) { function in class:LocHeapNode 119 mLeft->push(node); 121 mRight->push(node); 228 void LocHeap::push(LocRankable& node) { function in class:LocHeap 233 mTree->push(*heapNode); 323 heap.push(dynamic_cast<LocRankable&>(*data)); 333 printf("%s: %d == %d\n", (r&1)?"push" [all...] |
/hardware/qcom/gps/msm8996/utils/ |
H A D | LocHeap.cpp | 50 // push a node into the tree stucture, keeping sorted by rank 51 void push(LocHeapNode& node); 101 // push keeps the tree sorted by rank, it also tries to balance the 107 void LocHeapNode::push(LocHeapNode& node) { function in class:LocHeapNode 119 mLeft->push(node); 121 mRight->push(node); 228 void LocHeap::push(LocRankable& node) { function in class:LocHeap 233 mTree->push(*heapNode); 323 heap.push(dynamic_cast<LocRankable&>(*data)); 333 printf("%s: %d == %d\n", (r&1)?"push" [all...] |
/hardware/qcom/gps/msm8998/utils/ |
H A D | LocHeap.cpp | 50 // push a node into the tree stucture, keeping sorted by rank 51 void push(LocHeapNode& node); 101 // push keeps the tree sorted by rank, it also tries to balance the 107 void LocHeapNode::push(LocHeapNode& node) { function in class:LocHeapNode 119 mLeft->push(node); 121 mRight->push(node); 228 void LocHeap::push(LocRankable& node) { function in class:LocHeap 233 mTree->push(*heapNode); 323 heap.push(dynamic_cast<LocRankable&>(*data)); 333 printf("%s: %d == %d\n", (r&1)?"push" [all...] |
/hardware/qcom/gps/sdm845/utils/ |
H A D | LocHeap.cpp | 50 // push a node into the tree stucture, keeping sorted by rank 51 void push(LocHeapNode& node); 101 // push keeps the tree sorted by rank, it also tries to balance the 107 void LocHeapNode::push(LocHeapNode& node) { function in class:LocHeapNode 119 mLeft->push(node); 121 mRight->push(node); 228 void LocHeap::push(LocRankable& node) { function in class:LocHeap 233 mTree->push(*heapNode); 323 heap.push(dynamic_cast<LocRankable&>(*data)); 333 printf("%s: %d == %d\n", (r&1)?"push" [all...] |
/hardware/qcom/gps/msm8998/location/ |
H A D | LocationAPIClientBase.h | 432 void push(LocationAPIRequest* request) { function in class:LocationAPIClientBase::RequestQueue 433 mQueue.push(request);
|
/hardware/qcom/gps/sdm845/location/ |
H A D | LocationAPIClientBase.h | 432 void push(LocationAPIRequest* request) { function in class:LocationAPIClientBase::RequestQueue 433 mQueue.push(request);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
H A D | h264parse_dpb.c | 3409 int32_t h264_dpb_queue_update(h264_Info* pInfo,int32_t push, int32_t direct, int32_t frame_request, int32_t num_ref_frames) argument 3414 if(push)
|