Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DTimeKeeper.h41 class TimeKeeper : public Clock {
43 virtual ~TimeKeeper();
59 TimeKeeper(TimeKeeper const&) = delete;
60 TimeKeeper& operator=(TimeKeeper const&) = delete;
61 TimeKeeper() = default;
DVSyncDispatchTimerQueue.h122 explicit VSyncDispatchTimerQueue(std::unique_ptr<TimeKeeper> tk, VSyncTracker& tracker,
147 std::unique_ptr<TimeKeeper> const mTimeKeeper;
DTimer.h27 class Timer : public TimeKeeper {
DVSyncDispatch.h26 class TimeKeeper; variable
DVSyncDispatchTimerQueue.cpp31 TimeKeeper::~TimeKeeper() = default;
165 VSyncDispatchTimerQueue::VSyncDispatchTimerQueue(std::unique_ptr<TimeKeeper> tk, in VSyncDispatchTimerQueue()
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp63 class ControllableClock : public TimeKeeper {
186 std::unique_ptr<TimeKeeper> createTimeKeeper() { in createTimeKeeper()
187 class TimeKeeperWrapper : public TimeKeeper { in createTimeKeeper()
189 TimeKeeperWrapper(TimeKeeper& control) : mControllableClock(control) {} in createTimeKeeper()
198 TimeKeeper& mControllableClock; in createTimeKeeper()