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()256 struct timespec time_started = {0}; in cryptfs_enable_inplace_ext4() local316 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) { in cryptfs_enable_inplace_ext4()320 data.time_started = time_started.tv_sec; in cryptfs_enable_inplace_ext4()394 struct timespec time_started = {0}; in cryptfs_enable_inplace_f2fs() local428 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) { in cryptfs_enable_inplace_f2fs()432 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
350 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()362 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions()