Searched refs:getRefreshTimestamp (Results 1 – 5 of 5) sorted by relevance
84 MOCK_CONST_METHOD1(getRefreshTimestamp, nsecs_t(DisplayId));
182 virtual nsecs_t getRefreshTimestamp(DisplayId displayId) const = 0;323 nsecs_t getRefreshTimestamp(DisplayId displayId) const override;
319 nsecs_t HWComposer::getRefreshTimestamp(DisplayId displayId) const { in getRefreshTimestamp() function in android::impl::HWComposer
373 const nsecs_t actualPresentTime = mFlinger->getHwComposer().getRefreshTimestamp(*displayId); in onPostComposition()
2291 const nsecs_t presentTime = getHwComposer().getRefreshTimestamp(*display->getId()); in postComposition()