Searched refs:time_started (Results 1 – 8 of 8) sorted by relevance
75 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()80 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
110 android::base::boot_clock::time_point time_started() const { return time_started_; } in time_started() function
353 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()365 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions()
139 time_started = time.time()150 time_elapsed = time.time() - time_started
318 struct timespec time_started = {0}; in EncryptInPlace() local337 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) { in EncryptInPlace()341 time_started_ = time_started.tv_sec; in EncryptInPlace()
356 __le64 time_started; member
130 __u64 time_started; member
468 auto time_started = boot_clock::now(); in MountPackageImpl() local595 boot_clock::now() - time_started).count(); in MountPackageImpl()2366 auto time_started = boot_clock::now(); in OnBootstrap() local2422 boot_clock::now() - time_started).count(); in OnBootstrap()2775 auto time_started = boot_clock::now(); in OnStart() local2879 boot_clock::now() - time_started).count(); in OnStart()