Home
last modified time | relevance | path

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

/system/bt/common/
Dstop_watch_legacy.cc37 void StopWatchLegacy::RecordLog(StopWatchLog log) { in RecordLog() function in bluetooth::common::StopWatchLegacy
101 RecordLog(std::move(sw_log)); in ~StopWatchLegacy()
Dstop_watch_legacy.h42 void RecordLog(StopWatchLog log);
/system/bt/gd/common/
Dstop_watch.cc37 void StopWatch::RecordLog(StopWatchLog log) { in RecordLog() function in bluetooth::common::StopWatch
102 RecordLog(std::move(sw_log)); in ~StopWatch()
Dstop_watch.h42 void RecordLog(StopWatchLog log);
/system/bt/test/mock/
Dmock_common_stop_watch_legacy.cc51 void StopWatchLegacy::RecordLog(StopWatchLog log) { in RecordLog() function in bluetooth::common::StopWatchLegacy