Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchTimerQueueTest.cpp66 class ControllableClock : public TimeKeeper { class
68 ControllableClock() { in ControllableClock() function in android::scheduler::ControllableClock
70 .WillByDefault(Invoke(this, &ControllableClock::alarmAtDefaultBehavior)); in ControllableClock()
71 ON_CALL(*this, now()).WillByDefault(Invoke(this, &ControllableClock::fakeTime)); in ControllableClock()
219 NiceMock<ControllableClock> mMockClock;