Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_audio_thread_monitor.c102 struct timespec *last_snapshot_time = in handle_audio_thread_event_message() local
111 subtract_timespecs(&now_time, last_snapshot_time, &diff_time); in handle_audio_thread_event_message()
112 if((last_snapshot_time->tv_sec == 0 && in handle_audio_thread_event_message()
113 last_snapshot_time->tv_nsec == 0) || in handle_audio_thread_event_message()
117 *last_snapshot_time = now_time; in handle_audio_thread_event_message()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.h448 base::TimeMillis last_snapshot_time = {}; member
Dtracing_service_impl.cc1427 if (now >= tracing_session->last_snapshot_time + kSnapshotsInterval) { in ReadBuffers()
1428 tracing_session->last_snapshot_time = now; in ReadBuffers()
Dtracing_service_impl_unittest.cc148 tracing_session()->last_snapshot_time = base::TimeMillis(0); in WaitForNextSyncMarker()
150 while (tracing_session()->last_snapshot_time == base::TimeMillis(0)) { in WaitForNextSyncMarker()