Searched refs:android_log_clockid (Results 1 – 15 of 15) sorted by relevance
144 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short()220 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short_aligned()294 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short_unaligned1()368 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_long_aligned()440 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_long_unaligned1()758 android_log_clockid(); in BM_clockid()
417 log_time ts(android_log_clockid()); in bswrite_test()545 log_time ts(android_log_clockid()); in buf_write_test()1160 log_time ts(android_log_clockid()); in TEST()2832 log_time ts(android_log_clockid()); in create_android_logger()
163 clockid_t android_log_clockid();
226 clock_gettime(android_log_clockid(), &ts); in __android_log_pmsg_file_write()
367 LIBLOG_ABI_PUBLIC clockid_t android_log_clockid() { in android_log_clockid() function
258 clock_gettime(android_log_clockid(), &ts); in __write_to_log_daemon()
65 clockid_t android_log_clockid()
222 p_ret->monotonic_output = android_log_clockid() == CLOCK_MONOTONIC; in android_log_format_new()1550 if (android_log_clockid() != CLOCK_MONOTONIC) { in android_log_formatLogLine()
48 mEnd(log_time(android_log_clockid())) { in LogTimeEntry()
80 bucket.emplace(android_log_clockid()); in checkRateLimit()
58 monotonic = android_log_clockid() == CLOCK_MONOTONIC; in init()113 : monotonic(android_log_clockid() == CLOCK_MONOTONIC), mTimes(*times) { in LogBuffer()
553 clock_gettime(android_log_clockid(), &ts); in WritePmsgEventLogTags()
665 log_time now(android_log_clockid()); in TEST()737 msg = log_time(android_log_clockid()); in TEST()
153 if (android_log_clockid() == CLOCK_MONOTONIC) { in TEST()230 if (android_log_clockid() == CLOCK_MONOTONIC) { in TEST()
657 log_time now(android_log_clockid()); in lastLogTime()