Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc3901 for (auto t : stream_start_history_queue_) { in Dump()
5566 if (stream_start_history_queue_.size() == 10) { in take_stream_time()
5567 stream_start_history_queue_.pop_back(); in take_stream_time()
5571 stream_start_history_queue_.emplace_front( in take_stream_time()
5855 std::deque<uint64_t> stream_start_history_queue_; member in __anonf21162180111::LeAudioClientImpl