Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp68 ON_CALL(*this, now()).WillByDefault(Invoke(this, &ControllableClock::fakeTime)); in ControllableClock()
81 nsecs_t fakeTime() const { return mCurrentTime; } in fakeTime() function in android::scheduler::ControllableClock