Searched refs:android_log_clockid (Results 1 – 14 of 14) sorted by relevance
153 clockid_t android_log_clockid(void);
202 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short()278 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short_aligned()353 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short_unaligned1()428 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_long_aligned()501 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_long_unaligned1()833 android_log_clockid(); in BM_clockid()
404 log_time ts(android_log_clockid()); in bswrite_test()532 log_time ts(android_log_clockid()); in buf_write_test()1147 log_time ts(android_log_clockid()); in TEST()2821 log_time ts(android_log_clockid()); in create_android_logger()
43 mEnd(log_time(android_log_clockid())) { in LogTimeEntry()
58 monotonic = android_log_clockid() == CLOCK_MONOTONIC; in init()117 : monotonic(android_log_clockid() == CLOCK_MONOTONIC), mTimes(*times) { in LogBuffer()
570 clock_gettime(android_log_clockid(), &ts); in WritePmsgEventLogTags()
220 clock_gettime(android_log_clockid(), &ts); in __android_log_pmsg_file_write()
363 clockid_t android_log_clockid() { in android_log_clockid() function
254 clock_gettime(android_log_clockid(), &ts); in __write_to_log_daemon()
63 clockid_t android_log_clockid()
218 p_ret->monotonic_output = android_log_clockid() == CLOCK_MONOTONIC; in android_log_format_new()1561 if (android_log_clockid() != CLOCK_MONOTONIC) { in android_log_formatLogLine()
716 log_time start(android_log_clockid()); in TEST()792 log_time now = log_time(android_log_clockid()); in TEST()
177 if (android_log_clockid() == CLOCK_MONOTONIC) { in TEST()252 if (android_log_clockid() == CLOCK_MONOTONIC) { in TEST()
652 log_time now(android_log_clockid()); in lastLogTime()