Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dcircular_buffer_test.cc41 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()
Dcircular_buffer.h36 std::vector<T> Pull() const;
74 std::vector<TimestampedEntry<T>> Pull() const;
97 std::vector<T> bluetooth::common::CircularBuffer<T>::Pull() const { in Pull() function
122 …uct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Pull() in Pull() function
124 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Pull(); in Pull()
/system/bt/gd/btaa/linux_generic/
Dattribution_processor.cc115 …::vector<common::TimestampedEntry<WakeupDescriptor>> wakeup_aggregator = wakeup_aggregator_.Pull(); in Dump()
/system/bt/gd/hal/
Dsnoop_logger.cc378 DumpSnoozLogToFile(btsnooz_buffer_.Pull()); in GetDumpsysData()
/system/bt/main/shim/
Dacl.cc1001 std::vector<Record> history = btm_cb.history_->Pull(); in DumpsysBtm()