Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dcircular_buffer_test.cc27 long long timestamp_{0}; variable
30 return timestamp_++; in GetTimestamp()
71 timestamp_ = 0; in TEST()
Dstop_watch.cc95 timestamp_(std::chrono::system_clock::now()), in StopWatch()
100 sw_log.timestamp = timestamp_; in ~StopWatch()
Dstop_watch.h40 std::chrono::system_clock::time_point timestamp_; variable
/packages/modules/Bluetooth/system/common/
Dstop_watch_legacy.cc93 timestamp_(std::chrono::system_clock::now()), in StopWatchLegacy()
98 sw_log.timestamp = timestamp_; in ~StopWatchLegacy()
Dstop_watch_legacy.h40 std::chrono::system_clock::time_point timestamp_; variable