Searched refs:TimestampedCircularBuffer (Results 1 – 4 of 4) sorted by relevance
68 class TimestampedCircularBuffer : public CircularBuffer<TimestampedEntry<T>> {70 explicit TimestampedCircularBuffer(111 bluetooth::common::TimestampedCircularBuffer<T>::TimestampedCircularBuffer( in TimestampedCircularBuffer() function116 void bluetooth::common::TimestampedCircularBuffer<T>::Push(const T item) { in Push()122 …ruct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Pull… in Pull()128 …ruct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Drai… in Drain()
35 bluetooth::common::TimestampedCircularBuffer<std::string> buffer(10); in TEST()53 bluetooth::common::TimestampedCircularBuffer<std::string> buffer(10); in TEST()71 …bluetooth::common::TimestampedCircularBuffer<std::string> buffer(10, std::make_unique<TestTimestam… in TEST()86 bluetooth::common::TimestampedCircularBuffer<std::string> buffer(10); in TEST()
65 common::TimestampedCircularBuffer<WakeupDescriptor> wakeup_aggregator_ =66 common::TimestampedCircularBuffer<WakeupDescriptor>(kWakeupAggregatorSize);
41 : public bluetooth::common::TimestampedCircularBuffer<std::string> {44 : bluetooth::common::TimestampedCircularBuffer<std::string>(size) {} in TimestampedStringCircularBuffer()47 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push()55 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push()