Searched refs:android_log_clockid (Results 1 – 11 of 11) sorted by relevance
124 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short()201 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short_aligned()277 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short_unaligned1()353 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_long_aligned()426 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_long_unaligned1()671 android_log_clockid(); in BM_clockid()
186 log_time ts(android_log_clockid()); in TEST()247 log_time ts(android_log_clockid()); in TEST()972 log_time ts(android_log_clockid()); in TEST()2323 log_time ts(android_log_clockid()); in create_android_logger()
206 clockid_t android_log_clockid();
224 clock_gettime(android_log_clockid(), &ts); in __android_log_pmsg_file_write()
346 LIBLOG_ABI_PUBLIC clockid_t android_log_clockid() in android_log_clockid() function
291 clock_gettime(android_log_clockid(), &ts); in __write_to_log_daemon()
209 p_ret->monotonic_output = android_log_clockid() == CLOCK_MONOTONIC; in android_log_format_new()1303 if (android_log_clockid() != CLOCK_MONOTONIC) { in android_log_formatLogLine()
628 log_time now(android_log_clockid()); in TEST()688 msg = log_time(android_log_clockid()); in TEST()
80 if (android_log_clockid() == CLOCK_MONOTONIC) { in TEST()151 if (android_log_clockid() == CLOCK_MONOTONIC) { in TEST()
140 monotonic = android_log_clockid() == CLOCK_MONOTONIC; in init()195 monotonic(android_log_clockid() == CLOCK_MONOTONIC), in LogBuffer()
472 clockid_t clock_type = android_log_clockid(); in lastLogTime()