Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/common/
H A Dcircular_buffer.h48 virtual long long GetTimestamp() const = 0;
54 long long GetTimestamp() const override { in GetTimestamp() function
117 TimestampedEntry<T> timestamped_entry{timestamper_->GetTimestamp(), item}; in Push()
H A Dcircular_buffer_test.cc29 virtual long long GetTimestamp() const override { in GetTimestamp() function
/aosp12/system/bt/gd/hci/
H A Dle_scanning_manager.cc1181 on_found_on_lost_info.time_stamp = info_view.GetTimestamp(); in on_advertisement_tracking()