Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp75 void expectInterceptCallReceived(nsecs_t expectedTimestamp);
78 nsecs_t expectedTimestamp, unsigned expectedCount);
79 void expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, unsigned expectedCount);
165 void EventThreadTest::expectInterceptCallReceived(nsecs_t expectedTimestamp) { in expectInterceptCallReceived() argument
168 EXPECT_EQ(expectedTimestamp, std::get<0>(args.value())); in expectInterceptCallReceived()
173 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection() argument
176 << expectedTimestamp; in expectVsyncEventReceivedByConnection()
179 << name << " did not get the correct event for timestamp " << expectedTimestamp; in expectVsyncEventReceivedByConnection()
180 EXPECT_EQ(expectedTimestamp, event.header.timestamp) in expectVsyncEventReceivedByConnection()
181 << name << " did not get the expected timestamp for timestamp " << expectedTimestamp; in expectVsyncEventReceivedByConnection()
[all …]
/frameworks/base/tests/net/common/java/android/net/metrics/
DIpConnectivityLogTest.java116 final long expectedTimestamp = FAKE_TIME_STAMP + i * 100 + j; in testLoggingEventsWithMultipleCallers() local
120 assertEventsEqual(makeExpectedEvent(expectedTimestamp, expectedNetId, in testLoggingEventsWithMultipleCallers()