Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DTimeKeeper.h45 class TimeKeeper : public Clock {
47 virtual ~TimeKeeper();
63 TimeKeeper() = default;
65 TimeKeeper(const TimeKeeper&) = delete;
66 TimeKeeper& operator=(const TimeKeeper&) = delete;
DTimer.h30 class Timer : public TimeKeeper {
/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.h32 class TimeKeeper; variable
121 VSyncDispatchTimerQueue(std::unique_ptr<TimeKeeper>, VSyncTracker&, nsecs_t timerSlack,
146 std::unique_ptr<TimeKeeper> const mTimeKeeper;
DVSyncDispatchTimerQueue.cpp202 VSyncDispatchTimerQueue::VSyncDispatchTimerQueue(std::unique_ptr<TimeKeeper> tk, in VSyncDispatchTimerQueue()
/frameworks/native/services/surfaceflinger/Scheduler/src/
DTimer.cpp40 TimeKeeper::~TimeKeeper() = default;
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_scheduler_fuzzer.h158 class ControllableClock : public TimeKeeper {
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp69 class ControllableClock : public TimeKeeper {
198 std::unique_ptr<TimeKeeper> createTimeKeeper() { in createTimeKeeper()
199 class TimeKeeperWrapper : public TimeKeeper { in createTimeKeeper()
201 TimeKeeperWrapper(TimeKeeper& control) : mControllableClock(control) {} in createTimeKeeper()
213 TimeKeeper& mControllableClock; in createTimeKeeper()