Home
last modified time | relevance | path

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

/system/core/init/
Dservice.h110 android::base::boot_clock::time_point time_started() const { return time_started_; } in time_started()
155 android::base::boot_clock::time_point time_started_; // time of last start variable
Dservice.cpp173 uint64_t start_ns = time_started_.time_since_epoch().count(); in NotifyStateChange()
556 time_started_ = boot_clock::now(); in Start()