Lines Matching refs:nextAnticipatedVSyncTimeFrom
40 ON_CALL(*this, nextAnticipatedVSyncTimeFrom(_))
46 MOCK_CONST_METHOD1(nextAnticipatedVSyncTimeFrom, nsecs_t(nsecs_t));
243 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000)).WillOnce(Return(1150)); in TEST_F()
258 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(now + workDuration)) in TEST_F()
322 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000)) in TEST_F()
350 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(_)) in TEST_F()
450 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(_)) in TEST_F()
596 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000)) in TEST_F()
784 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(now + duration)) in TEST_F()
827 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(_)) in TEST_F()
883 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(500)) in TEST_F()
886 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(500)) in TEST_F()
889 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000 + mVsyncMoveThreshold)) in TEST_F()