Home
last modified time | relevance | path

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

/system/logging/liblog/
Dlogprint.cpp46 #define US_PER_NSEC 1000 macro
1492 len += snprintf(timeBuf + len, sizeof(timeBuf) - len, ".%06ld", nsec / US_PER_NSEC); in android_log_formatLogLine()