Home
last modified time | relevance | path

Searched refs:time_started (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DEncryptInplace.cpp72 time_t time_started; member
103 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() local
316 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() local
428 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()
/system/core/init/
Dsigchld_handler.cpp75 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
80 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
Dservice.h110 android::base::boot_clock::time_point time_started() const { return time_started_; } in time_started() function
Dinit.cpp350 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()
362 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions()