Home
last modified time | relevance | path

Searched defs:push (Results 1 – 4 of 4) sorted by relevance

/chre-3.4.0/util/include/chre/util/
Dfixed_size_blocking_queue_impl.h26 bool FixedSizeBlockingQueue<ElementType, kSize>::push( in push() function
40 bool FixedSizeBlockingQueue<ElementType, kSize>::push(ElementType &&element) { in push() function
Darray_queue_impl.h86 bool ArrayQueue<ElementType, kCapacity>::push(const ElementType &element) { in push() function
95 bool ArrayQueue<ElementType, kCapacity>::push(ElementType &&element) { in push() function
Dpriority_queue_impl.h54 bool PriorityQueue<ElementType, CompareFunction>::push( in push() function
/chre-3.4.0/core/
Devent_ref_queue.cc29 bool EventRefQueue::push(Event *event) { in push() function in chre::EventRefQueue