Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp69 void expectInterceptCallReceived(nsecs_t expectedTimestamp);
72 nsecs_t expectedTimestamp, unsigned expectedCount);
73 void expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, unsigned expectedCount);
144 void EventThreadTest::expectInterceptCallReceived(nsecs_t expectedTimestamp) { in expectInterceptCallReceived() argument
147 EXPECT_EQ(expectedTimestamp, std::get<0>(args.value())); in expectInterceptCallReceived()
152 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection() argument
155 << expectedTimestamp; in expectVsyncEventReceivedByConnection()
158 << name << " did not get the correct event for timestamp " << expectedTimestamp; in expectVsyncEventReceivedByConnection()
159 EXPECT_EQ(expectedTimestamp, event.header.timestamp) in expectVsyncEventReceivedByConnection()
160 << name << " did not get the expected timestamp for timestamp " << expectedTimestamp; in expectVsyncEventReceivedByConnection()
[all …]
/frameworks/base/tests/net/java/com/android/server/connectivity/
DIpConnectivityMetricsTest.java135 int expectedTimestamp = 1 + i * 100 + j; in testLoggingEventsWithMultipleCallers() local
136 assertEventsEqual(expectedEvent(expectedTimestamp), iter.next()); in testLoggingEventsWithMultipleCallers()