Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dcircular_buffer.h63 struct TimestampedEntry { struct
69 class TimestampedCircularBuffer : public CircularBuffer<TimestampedEntry<T>> { argument
75 std::vector<TimestampedEntry<T>> Pull() const;
76 std::vector<TimestampedEntry<T>> Drain();
114 : CircularBuffer<TimestampedEntry<T>>(size), timestamper_(std::move(timestamper)) {} in TimestampedCircularBuffer()
118 TimestampedEntry<T> timestamped_entry{timestamper_->GetTimestamp(), item}; in Push()
119 bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Push(timestamped_entry); in Push()
123 std::vector<struct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBu… in Pull()
125 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Pull(); in Pull()
129 std::vector<struct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBu… in Drain()
[all …]
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_client_test.cc34 std::vector<TimestampedEntry<std::string>> PullCopyOfGattHistory();
63 std::vector<bluetooth::common::TimestampedEntry<std::string>> history = in TEST_F()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc134 std::vector<bluetooth::common::TimestampedEntry<std::string>>
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc64 using Record = bluetooth::common::TimestampedEntry<std::string>;
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc299 std::vector<common::TimestampedEntry<std::string>> history = in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1331 using Record = common::TimestampedEntry<std::string>;