Searched defs:pop (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c65 pop(q);
73 void *element = pop(q);
104 void *pop(Queue *q) function
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c63 pop(q);
70 void *element = pop(q);
99 void *pop(Queue *q) function
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp142 * @retval true if pop successful
143 * @retval false if pop unsuccessful
145 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info) function in class:omx_swvdec_queue
256 * @retval true if pop successful
257 * @retval false if pop unsuccessful
259 bool omx_swvdec_ts_list::pop(long long *p_timestamp) function in class:omx_swvdec_ts_list
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp125 * @retval true if pop successful
126 * @retval false if pop unsuccessful
128 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info) function in class:omx_swvdec_queue
142 m_queue.pop();
/hardware/interfaces/graphics/mapper/2.0/default/
H A DGrallocMapper.cpp48 native_handle_t* pop(void* buffer) { function in class:android::hardware::graphics::mapper::V2_0::implementation::__anon1046::RegisteredHandlePool
173 native_handle_t* bufferHandle = gRegisteredHandles->pop(buffer);
/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp53 // pop the head node out of the tree stucture. keeping sorted by rank
54 static LocHeapNode* pop(LocHeapNode*& top);
126 // pop keeps the tree sorted by rank, but it does not try to balance
134 LocHeapNode* LocHeapNode::pop(LocHeapNode*& top) { function in class:LocHeapNode
153 // pop out from the subtree
154 poppedNode = pop(subTop);
174 // pop this node out
175 removedNode = pop(top);
245 LocRankable* LocHeap::pop() { function in class:LocHeap
249 LocHeapNode* heapNode = LocHeapNode::pop(mTre
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp53 // pop the head node out of the tree stucture. keeping sorted by rank
54 static LocHeapNode* pop(LocHeapNode*& top);
126 // pop keeps the tree sorted by rank, but it does not try to balance
134 LocHeapNode* LocHeapNode::pop(LocHeapNode*& top) { function in class:LocHeapNode
153 // pop out from the subtree
154 poppedNode = pop(subTop);
174 // pop this node out
175 removedNode = pop(top);
245 LocRankable* LocHeap::pop() { function in class:LocHeap
249 LocHeapNode* heapNode = LocHeapNode::pop(mTre
[all...]
/hardware/qcom/gps/msm8998/utils/
H A DLocHeap.cpp53 // pop the head node out of the tree stucture. keeping sorted by rank
54 static LocHeapNode* pop(LocHeapNode*& top);
126 // pop keeps the tree sorted by rank, but it does not try to balance
134 LocHeapNode* LocHeapNode::pop(LocHeapNode*& top) { function in class:LocHeapNode
153 // pop out from the subtree
154 poppedNode = pop(subTop);
174 // pop this node out
175 removedNode = pop(top);
245 LocRankable* LocHeap::pop() { function in class:LocHeap
249 LocHeapNode* heapNode = LocHeapNode::pop(mTre
[all...]
/hardware/qcom/gps/msm8998/location/
H A DLocationAPIClientBase.h415 mQueue.pop();
422 LocationAPIRequest* pop() { function in class:LocationAPIClientBase::RequestQueue
426 mQueue.pop();

Completed in 236 milliseconds