Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dcircular_buffer.h38 std::vector<T> Drain();
75 std::vector<TimestampedEntry<T>> Drain();
103 std::vector<T> bluetooth::common::CircularBuffer<T>::Drain() { in Drain() function
128 … bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Drain() { in Drain() function
129 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Drain(); in Drain()
Dcircular_buffer_test.cc59 auto vec = buffer.Drain(); in TEST()
/system/bt/gd/hal/
Dsnoop_logger.cc371 DumpSnoozLogToFile(btsnooz_buffer_.Drain()); in Stop()