Searched refs:last_snapshot_time (Results 1 – 4 of 4) sorted by relevance
102 struct timespec *last_snapshot_time = in handle_audio_thread_event_message() local111 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()
448 base::TimeMillis last_snapshot_time = {}; member
1427 if (now >= tracing_session->last_snapshot_time + kSnapshotsInterval) { in ReadBuffers()1428 tracing_session->last_snapshot_time = now; in ReadBuffers()
148 tracing_session()->last_snapshot_time = base::TimeMillis(0); in WaitForNextSyncMarker()150 while (tracing_session()->last_snapshot_time == base::TimeMillis(0)) { in WaitForNextSyncMarker()