Searched refs:Pull (Results 1 – 5 of 5) sorted by relevance
41 auto vec = buffer.Pull(); in TEST()47 auto vec2 = buffer.Pull(); in TEST()65 auto vec2 = buffer.Pull(); in TEST()77 auto vec = buffer.Pull(); in TEST()96 auto vec = buffer.Pull(); in TEST()
36 std::vector<T> Pull() const;74 std::vector<TimestampedEntry<T>> Pull() const;97 std::vector<T> bluetooth::common::CircularBuffer<T>::Pull() const { in Pull() function122 …uct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Pull() in Pull() function124 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Pull(); in Pull()
115 …::vector<common::TimestampedEntry<WakeupDescriptor>> wakeup_aggregator = wakeup_aggregator_.Pull(); in Dump()
378 DumpSnoozLogToFile(btsnooz_buffer_.Pull()); in GetDumpsysData()
1001 std::vector<Record> history = btm_cb.history_->Pull(); in DumpsysBtm()