Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dcircular_buffer.h62 struct TimestampedEntry { struct
68 class TimestampedCircularBuffer : public CircularBuffer<TimestampedEntry<T>> { argument
74 std::vector<TimestampedEntry<T>> Pull() const;
75 std::vector<TimestampedEntry<T>> Drain();
113 : CircularBuffer<TimestampedEntry<T>>(size), timestamper_(std::move(timestamper)) {} in TimestampedCircularBuffer()
117 TimestampedEntry<T> timestamped_entry{timestamper_->GetTimestamp(), item}; in Push()
118 bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Push(timestamped_entry); in Push()
122 std::vector<struct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBu… in Pull()
124 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Pull(); in Pull()
128 std::vector<struct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBu… in Drain()
[all …]
/system/bt/gd/btaa/linux_generic/
Dattribution_processor.cc115 …std::vector<common::TimestampedEntry<WakeupDescriptor>> wakeup_aggregator = wakeup_aggregator_.Pul… in Dump()
/system/bt/main/shim/
Dacl.cc966 using Record = common::TimestampedEntry<std::string>;