Home
last modified time | relevance | path

Searched refs:Drain (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/common/
Dcircular_buffer.h39 std::vector<T> Drain();
76 std::vector<TimestampedEntry<T>> Drain();
104 std::vector<T> bluetooth::common::CircularBuffer<T>::Drain() { in Drain() function
129 … bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Drain() { in Drain() function
130 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Drain(); in Drain()
Dcircular_buffer_test.cc59 auto vec = buffer.Drain(); in TEST()