Home
last modified time | relevance | path

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

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