Searched refs:one_second (Results 1 – 2 of 2) sorted by relevance
58 const int one_second = 1000000000; in audio_utils_ns_to_string() local59 const time_t sec = ns / one_second; in audio_utils_ns_to_string()71 (int)(ns % one_second / 1000000)) < 0) { in audio_utils_ns_to_string()
5434 let one_second = Duration::from_secs(1); in test_last_off_body() localVariable5435 thread::sleep(one_second); in test_last_off_body()