Searched refs:expectedTimestamp (Results 1 – 2 of 2) sorted by relevance
75 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() argument168 EXPECT_EQ(expectedTimestamp, std::get<0>(args.value())); in expectInterceptCallReceived()173 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection() argument176 << 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 …]
116 final long expectedTimestamp = FAKE_TIME_STAMP + i * 100 + j; in testLoggingEventsWithMultipleCallers() local120 assertEventsEqual(makeExpectedEvent(expectedTimestamp, expectedNetId, in testLoggingEventsWithMultipleCallers()