Home
last modified time | relevance | path

Searched refs:start_time_ (Results 1 – 6 of 6) sorted by relevance

/system/core/logd/
DLogReaderThread.cpp40 start_time_(start_time), in LogReaderThread()
88 start_time_.tv_sec = 0; in ThreadFunction()
89 start_time_.tv_nsec = 0; in ThreadFunction()
123 if ((!pid_ || pid_ == pid) && (start_time_ == log_time::EPOCH || start_time_ <= realtime)) { in FilterFirstPass()
149 if (start_time_ != log_time::EPOCH && realtime <= start_time_) { in FilterSecondPass()
DLogReaderThread.h101 log_time start_time_; variable
/system/bt/gd/os/
Dalarm_benchmark.cc61 …ration_since_start = std::chrono::duration_cast<std::chrono::milliseconds>(end_time - start_time_); in AlarmSleepAndCountDelayedTime()
80 std::chrono::time_point<std::chrono::steady_clock> start_time_; member in BM_ReactableAlarm
118 start_time_ = std::chrono::steady_clock::now(); in BENCHMARK_DEFINE_F()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp76 start_time_ = std::chrono::steady_clock::now(); in Start()
121 report_, std::chrono::steady_clock::now() - start_time_); in Finish()
/system/core/fs_mgr/
Dfile_wait.cpp88 std::chrono::time_point<std::chrono::steady_clock> start_time_; member in android::fs_mgr::OneShotInotify
97 start_time_(std::chrono::steady_clock::now()), in OneShotInotify()
209 auto remaining = (std::chrono::steady_clock::now() - start_time_); in RemainingMs()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stats.h68 std::chrono::time_point<std::chrono::steady_clock> start_time_; variable