Searched refs:time_started_ (Results 1 – 2 of 2) sorted by relevance
108 android::base::boot_clock::time_point time_started() const { return time_started_; } in time_started()191 android::base::boot_clock::time_point time_started_; // time of last start variable
256 uint64_t start_ns = time_started_.time_since_epoch().count(); in NotifyStateChange()1077 time_started_ = boot_clock::now(); in Start()