Home
last modified time | relevance | path

Searched refs:TimestampedCircularBuffer (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/common/
Dcircular_buffer.h68 class TimestampedCircularBuffer : public CircularBuffer<TimestampedEntry<T>> {
70 explicit TimestampedCircularBuffer(
111 bluetooth::common::TimestampedCircularBuffer<T>::TimestampedCircularBuffer( in TimestampedCircularBuffer() function
116 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()
Dcircular_buffer_test.cc35 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()
/system/bt/gd/btaa/
Dattribution_processor.h65 common::TimestampedCircularBuffer<WakeupDescriptor> wakeup_aggregator_ =
66 common::TimestampedCircularBuffer<WakeupDescriptor>(kWakeupAggregatorSize);
/system/bt/stack/btm/
Dbtm_int_types.h41 : 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()