Home
last modified time | relevance | path

Searched refs:one_second (Results 1 – 1 of 1) 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()