Home
last modified time | relevance | path

Searched defs:real (Results 1 – 2 of 2) sorted by relevance

/system/core/logd/
DLogKlog.h49 static void convertMonotonicToReal(log_time &real) { real += correction; } in convertMonotonicToReal()
50 static void convertRealToMonotonic(log_time &real) { real -= correction; } in convertRealToMonotonic()
DLogKlog.cpp280 log_time real; in calculateCorrection() local
367 log_time real(CLOCK_REALTIME); in sniffTime() local
373 log_time real; in sniffTime() local