Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dcircular_buffer.h69 class TimestampedCircularBuffer : public CircularBuffer<TimestampedEntry<T>> {
71 explicit TimestampedCircularBuffer(
112 bluetooth::common::TimestampedCircularBuffer<T>::TimestampedCircularBuffer( in TimestampedCircularBuffer() function
117 void bluetooth::common::TimestampedCircularBuffer<T>::Push(const T item) { in Push()
123 …ruct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Pull… in Pull()
129 …ruct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Drai… in Drain()
Dcircular_buffer_test.cc35 bluetooth::common::TimestampedCircularBuffer<std::string> buffer(10); in TEST()
53 bluetooth::common::TimestampedCircularBuffer<std::string> buffer(10); in TEST()
72 …bluetooth::common::TimestampedCircularBuffer<std::string> buffer(10, std::make_unique<TestTimestam… in TEST()
87 bluetooth::common::TimestampedCircularBuffer<std::string> buffer(10); in TEST()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_int_types.h45 : public bluetooth::common::TimestampedCircularBuffer<std::string> {
48 : bluetooth::common::TimestampedCircularBuffer<std::string>(size) {} in TimestampedStringCircularBuffer()
51 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push()
59 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push()
169 bluetooth::common::TimestampedCircularBuffer<tBTM_INQUIRY_CMPL>>
171 bluetooth::common::TimestampedCircularBuffer<tBTM_INQUIRY_CMPL>>(
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc38 : public bluetooth::common::TimestampedCircularBuffer<std::string> {
41 : bluetooth::common::TimestampedCircularBuffer<std::string>(size) {} in TimestampedStringCircularBuffer()
44 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push()
52 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_device_search.cc838 bluetooth::common::TimestampedCircularBuffer<tSEARCH_STATE_HISTORY>
Dbta_dm_disc.cc817 bluetooth::common::TimestampedCircularBuffer<tDISCOVERY_STATE_HISTORY>
Dbta_dm_disc_legacy.cc2072 ::bluetooth::common::TimestampedCircularBuffer<tSEARCH_STATE_HISTORY>