Searched defs:expectedTimestamp (Results 1 – 2 of 2) sorted by relevance
173 void EventThreadTest::expectInterceptCallReceived(nsecs_t expectedTimestamp) { in expectInterceptCallReceived()181 nsecs_t expectedTimestamp, unsigned expectedCount) { in expectVsyncEventReceivedByConnection()194 void EventThreadTest::expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, in expectVsyncEventReceivedByConnection()
116 final long expectedTimestamp = FAKE_TIME_STAMP + i * 100 + j; in testLoggingEventsWithMultipleCallers() local