Home
last modified time | relevance | path

Searched refs:getRefreshTimestamp (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h75 MOCK_CONST_METHOD1(getRefreshTimestamp, nsecs_t(DisplayId));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h156 virtual nsecs_t getRefreshTimestamp(DisplayId displayId) const = 0;
289 nsecs_t getRefreshTimestamp(DisplayId displayId) const override;
DHWComposer.cpp267 nsecs_t HWComposer::getRefreshTimestamp(DisplayId displayId) const { in getRefreshTimestamp() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp388 const nsecs_t actualPresentTime = mFlinger->getHwComposer().getRefreshTimestamp(*displayId); in onPostComposition()
DSurfaceFlinger.cpp2083 getHwComposer().getRefreshTimestamp(*displayDevice->getId()); in postComposition()