Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dcircular_buffer.h71 …size_t size, std::unique_ptr<Timestamper> timestamper = std::make_unique<TimestamperInMilliseconds…
112 size_t size, std::unique_ptr<Timestamper> timestamper) in TimestampedCircularBuffer() argument
113 : CircularBuffer<TimestampedEntry<T>>(size), timestamper_(std::move(timestamper)) {} in TimestampedCircularBuffer()