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 uint64_t timestamp_{0}; variable
29 virtual uint64_t GetTimestamp() const override { return timestamp_++; } in GetTimestamp()
69 timestamp_ = 0; in TEST()
Dstop_watch.cc87 timestamp_(std::chrono::system_clock::now()), in StopWatch()
92 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.cc90 timestamp_(std::chrono::system_clock::now()), in StopWatchLegacy()
95 sw_log.timestamp = timestamp_; in ~StopWatchLegacy()
Dstop_watch_legacy.h40 std::chrono::system_clock::time_point timestamp_; variable