Home
last modified time | relevance | path

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

/system/core/logd/
DLogKlog.h41 static log_time correction; variable
49 static void convertMonotonicToReal(log_time &real) { real += correction; } in convertMonotonicToReal()
50 static void convertRealToMonotonic(log_time &real) { real -= correction; } in convertRealToMonotonic()
DLogKlog.cpp213 log_time LogKlog::correction = member in LogKlog
299 correction = log_time::EPOCH; in calculateCorrection()
301 correction = real - monotonic; in calculateCorrection()
369 correction = (real < mono) ? log_time::EPOCH : (real - mono); in sniffTime()
384 if (real > correction) { in sniffTime()
385 correction = log_time::EPOCH; in sniffTime()
387 correction -= real; in sniffTime()
390 correction += real; in sniffTime()
/system/media/audio_utils/
DDoxyfile.orig1102 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
DDoxyfile1102 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the