Searched refs:time_started (Results 1 – 4 of 4) sorted by relevance
72 time_t time_started; member103 double elapsed_time = difftime(time_now.tv_sec, data->time_started); in update_progress()263 struct timespec time_started = {0}; in cryptfs_enable_inplace_ext4() local323 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) { in cryptfs_enable_inplace_ext4()327 data.time_started = time_started.tv_sec; in cryptfs_enable_inplace_ext4()401 struct timespec time_started = {0}; in cryptfs_enable_inplace_f2fs() local435 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) { in cryptfs_enable_inplace_f2fs()439 data.time_started = time_started.tv_sec; in cryptfs_enable_inplace_f2fs()
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
321 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()333 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions()