Home
last modified time | relevance | path

Searched refs:one_second (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/include/audio_utils/
Dclock.h58 const int one_second = 1000000000; in audio_utils_ns_to_string() local
59 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()
/system/security/keystore2/src/
Ddatabase.rs5434 let one_second = Duration::from_secs(1); in test_last_off_body() localVariable
5435 thread::sleep(one_second); in test_last_off_body()