Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DRingBuffer.h138 void pushFront(const value_type& element) { pushFront(value_type(element)); } in pushFront() function
139 void pushFront(value_type&& element) { in pushFront() function