Home
last modified time | relevance | path

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

/system/bt/common/
Dstop_watch_legacy.cc95 StopWatchLog sw_log; in ~StopWatchLegacy() local
96 sw_log.timestamp = timestamp_; in ~StopWatchLegacy()
97 sw_log.start_timestamp = start_timestamp_; in ~StopWatchLegacy()
98 sw_log.end_timestamp = std::chrono::high_resolution_clock::now(); in ~StopWatchLegacy()
99 sw_log.message = std::move(text_); in ~StopWatchLegacy()
101 RecordLog(std::move(sw_log)); in ~StopWatchLegacy()
/system/bt/gd/common/
Dstop_watch.cc96 StopWatchLog sw_log; in ~StopWatch() local
97 sw_log.timestamp = timestamp_; in ~StopWatch()
98 sw_log.start_timestamp = start_timestamp_; in ~StopWatch()
99 sw_log.end_timestamp = std::chrono::high_resolution_clock::now(); in ~StopWatch()
100 sw_log.message = std::move(text_); in ~StopWatch()
102 RecordLog(std::move(sw_log)); in ~StopWatch()