Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Dfilesystem_common.h334 auto secs = duration_cast<fs_seconds>(tm.time_since_epoch());
335 auto nsecs = duration_cast<fs_nanoseconds>(tm.time_since_epoch() - secs);
337 secs = secs + fs_seconds(1);
341 if (secs.count() >= 0)
342 return secs.count() <= TLim::max();
343 return secs.count() >= TLim::min();
/hardware/interfaces/gnss/1.0/
DIGnssGeofenceCallback.hal25 * set as 30 secs is shown below. (confidence level and Unknown time limit are
28 * | Unknown (30 secs) |
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c572 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec; in visualizer_get_delta_time_ms_from_updated_time() local
575 --secs; in visualizer_get_delta_time_ms_from_updated_time()
578 delta_ms = secs * 1000 + nsec / 1000000; in visualizer_get_delta_time_ms_from_updated_time()
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto275 /* The F2FS fsck time in secs */
277 /* The F2FS mounted time in secs */
279 /* The F2FS checkpoint=disable time in secs */