Searched refs:expectedTimestamp (Results 1 – 2 of 2) sorted by relevance
69 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() argument147 EXPECT_EQ(expectedTimestamp, std::get<0>(args.value())); in expectInterceptCallReceived()152 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection() argument155 << 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 …]
135 int expectedTimestamp = 1 + i * 100 + j; in testLoggingEventsWithMultipleCallers() local136 assertEventsEqual(expectedEvent(expectedTimestamp), iter.next()); in testLoggingEventsWithMultipleCallers()