Home
last modified time | relevance | path

Searched refs:computeWorkload (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncReactorTest.cpp458 static nsecs_t computeWorkload(nsecs_t period, nsecs_t phase) { in computeWorkload() function
467 EXPECT_CALL(*mMockDispatch, schedule(mFakeToken, computeWorkload(period, mPhase), mFakeNow)) in TEST_F()
481 EXPECT_CALL(*mMockDispatch, schedule(mFakeToken, computeWorkload(period, mPhase), mFakeNow)) in TEST_F()
484 schedule(mFakeToken, computeWorkload(period, mAnotherPhase), _)) // mFakeNow)) in TEST_F()
498 EXPECT_CALL(*mMockDispatch, schedule(mFakeToken, computeWorkload(period, mPhase), mFakeNow)) in TEST_F()
501 schedule(mFakeToken, computeWorkload(period, mPhase), mFakeVSyncTime)) in TEST_F()
518 EXPECT_CALL(*mMockDispatch, schedule(mFakeToken, computeWorkload(period, mPhase), mFakeNow)) in TEST_F()
521 schedule(mFakeToken, computeWorkload(period, mPhase), mFakeVSyncTime)) in TEST_F()
535 EXPECT_CALL(*mMockDispatch, schedule(mFakeToken, computeWorkload(period, mPhase), mFakeNow)) in TEST_F()
560 EXPECT_CALL(*mMockDispatch, schedule(mFakeToken, computeWorkload(period, mPhase), mFakeNow)) in TEST_F()
[all …]