Home
last modified time | relevance | path

Searched defs:TimeKeeperWrapper (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/sdm845/display/libhistogram/
H A Dringbuffer_test.cpp36 struct TimeKeeperWrapper : histogram::TimeKeeper { struct
37 TimeKeeperWrapper(std::shared_ptr<histogram::TimeKeeper> const &tk) : tk(tk) {} in TimeKeeperWrapper() function
38 nsecs_t current_time() const final { return tk->current_time(); } in current_time()
39 std::shared_ptr<histogram::TimeKeeper> const tk;
/aosp12/hardware/qcom/sm7250/display/libhistogram/
H A Dringbuffer_test.cpp36 struct TimeKeeperWrapper : histogram::TimeKeeper { struct
37 TimeKeeperWrapper(std::shared_ptr<histogram::TimeKeeper> const &tk) : tk(tk) {} in TimeKeeperWrapper() function
38 nsecs_t current_time() const final { return tk->current_time(); } in current_time()
39 std::shared_ptr<histogram::TimeKeeper> const tk;
/aosp12/hardware/qcom/sm8150/display/libhistogram/
H A Dringbuffer_test.cpp36 struct TimeKeeperWrapper : histogram::TimeKeeper { struct
37 TimeKeeperWrapper(std::shared_ptr<histogram::TimeKeeper> const &tk) : tk(tk) {} in TimeKeeperWrapper() function
38 nsecs_t current_time() const final { return tk->current_time(); } in current_time()
39 std::shared_ptr<histogram::TimeKeeper> const tk;
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchTimerQueueTest.cpp196 class TimeKeeperWrapper : public TimeKeeper { in createTimeKeeper() class
198 TimeKeeperWrapper(TimeKeeper& control) : mControllableClock(control) {} in createTimeKeeper() function in android::scheduler::VSyncDispatchTimerQueueTest::createTimeKeeper::TimeKeeperWrapper