Home
last modified time | relevance | path

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

/system/logging/logd/
DLogReaderThread.cpp41 start_time_(start_time), in LogReaderThread()
90 start_time_.tv_sec = 0; in ThreadFunction()
91 start_time_.tv_nsec = 0; in ThreadFunction()
114 if ((!pid_ || pid_ == pid) && (start_time_ == log_time::EPOCH || start_time_ <= realtime)) { in FilterFirstPass()
138 if (start_time_ != log_time::EPOCH && realtime <= start_time_) { in FilterSecondPass()
DLogReaderThread.h135 log_time start_time_; variable
/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()
212 auto remaining = (std::chrono::steady_clock::now() - start_time_); in RemainingMs()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp76 start_time_ = std::chrono::steady_clock::now(); in Start()
156 report_, std::chrono::steady_clock::now() - start_time_); in Finish()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stats.h96 std::chrono::time_point<std::chrono::steady_clock> start_time_; variable