Searched refs:getRefreshTimestamp (Results 1 – 5 of 5) sorted by relevance
75 MOCK_CONST_METHOD1(getRefreshTimestamp, nsecs_t(DisplayId));
156 virtual nsecs_t getRefreshTimestamp(DisplayId displayId) const = 0;289 nsecs_t getRefreshTimestamp(DisplayId displayId) const override;
267 nsecs_t HWComposer::getRefreshTimestamp(DisplayId displayId) const { in getRefreshTimestamp() function in android::impl::HWComposer
388 const nsecs_t actualPresentTime = mFlinger->getHwComposer().getRefreshTimestamp(*displayId); in onPostComposition()
2083 getHwComposer().getRefreshTimestamp(*displayDevice->getId()); in postComposition()