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

/system/chre/core/
H A Devent_ref_queue.cc39 Event *EventRefQueue::pop() { function in class:chre::EventRefQueue
43 mQueue.pop();
/system/chre/util/include/chre/util/
H A Dfixed_size_blocking_queue_impl.h53 ElementType FixedSizeBlockingQueue<ElementType, kSize>::pop() { function in class:chre::FixedSizeBlockingQueue
60 mQueue.pop();
H A Dpriority_queue_impl.h94 void PriorityQueue<ElementType, CompareFunction>::pop() { function in class:chre::PriorityQueue
/system/core/libutils/
H A DVectorImpl.cpp228 void VectorImpl::pop() function in class:android::VectorImpl
/system/core/include/utils/
H A DVector.h157 //! pop the top of the stack (removes the last element). No-op if the stack's empty
158 inline void pop();
362 void Vector<TYPE>::pop() { function in class:android::Vector
363 VectorImpl::pop();
/system/core/libutils/include/utils/
H A DVector.h157 //! pop the top of the stack (removes the last element). No-op if the stack's empty
158 inline void pop();
362 void Vector<TYPE>::pop() { function in class:android::Vector
363 VectorImpl::pop();

Completed in 162 milliseconds