Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/libhistogram/
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;
/hardware/qcom/sm8150/display/libhistogram/
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;