Lines Matching refs:nextAnticipatedVSyncTimeFrom
41 ON_CALL(*this, nextAnticipatedVSyncTimeFrom(_))
47 MOCK_CONST_METHOD1(nextAnticipatedVSyncTimeFrom, nsecs_t(nsecs_t));
263 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000)).WillOnce(Return(1150)); in TEST_F()
278 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(now + workDuration)) in TEST_F()
363 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000)) in TEST_F()
391 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(_)) in TEST_F()
495 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(_)) in TEST_F()
678 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000)) in TEST_F()
893 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000)) in TEST_F()
897 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000)) in TEST_F()
1002 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(now + duration)) in TEST_F()
1055 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(_)) in TEST_F()
1126 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(500)) in TEST_F()
1129 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(500)) in TEST_F()
1132 EXPECT_CALL(mStubTracker, nextAnticipatedVSyncTimeFrom(1000 + mVsyncMoveThreshold)) in TEST_F()