Home
last modified time | relevance | path

Searched refs:ts1 (Results 1 – 2 of 2) sorted by relevance

/system/core/logd/tests/
Dlogd_test.cpp956 log_time ts1(CLOCK_MONOTONIC); in __android_log_btwrite_multiple__helper() local
971 __android_log_btwrite(0, EVENT_TYPE_LONG, &ts1, sizeof(ts1))); in __android_log_btwrite_multiple__helper()
1018 } else if (ts1 == tx) { in __android_log_btwrite_multiple__helper()
/system/core/liblog/tests/
Dliblog_test.cpp202 log_time ts1(CLOCK_MONOTONIC); in TEST() local
203 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts1, sizeof(ts1))); in TEST()
242 } else if (ts1 == tx) { in TEST()