Searched defs:now (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/
H A Dui.cpp222 struct timeval now; local
224 gettimeofday(&now, NULL);
225 timeout.tv_sec = now.tv_sec;
226 timeout.tv_nsec = now.tv_usec * 1000;
H A Dscreen_ui.cpp46 static double now() { function
291 double start = now();
307 double elapsed = now() - progressScopeTime;
319 double end = now();
439 progressScopeTime = now();

Completed in 64 milliseconds