Searched defs:when (Results 1 - 3 of 3) sorted by relevance

/system/core/libutils/
H A DSystemClock.cpp48 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); local
49 return (int64_t) nanoseconds_to_milliseconds(when);
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h96 : entry(a), when(w) { }
98 mutable int64_t when; member in struct:android::CodeCache::cache_entry_t
/system/core/liblog/
H A Dfake_log_device.c362 time_t when; local
368 when = time(NULL);
374 * It's often useful when examining a log with "less" to jump to
381 ptm = localtime_r(&when, &tmBuf);
383 ptm = localtime(&when);
509 * output when called on the same file from multiple processes.
529 /* shouldn't happen when writing to file or tty */

Completed in 155 milliseconds