Searched refs:one_second (Results 1 – 3 of 3) 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()
255 const int one_second = 1000000000; in nsToString() local256 const time_t sec = ns / one_second; in nsToString()271 (int)(ns % one_second / 1000000)) < 0) { in nsToString()278 (int)(ns % one_second / 1000000)) < 0) { in nsToString()
5432 let one_second = Duration::from_secs(1); in test_last_off_body() localVariable5433 thread::sleep(one_second); in test_last_off_body()