Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h158 nsecs_t getRefreshTimestamp(int32_t displayId) const;
DHWComposer_hwc1.h277 nsecs_t getRefreshTimestamp(int disp) const;
DHWComposer.cpp271 nsecs_t HWComposer::getRefreshTimestamp(int32_t displayId) const { in getRefreshTimestamp() function in android::HWComposer
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp338 mFlinger->getHwComposer().getRefreshTimestamp(HWC_DISPLAY_PRIMARY); in onPostComposition()
DSurfaceFlinger.cpp1782 getBE().mHwc->getRefreshTimestamp(HWC_DISPLAY_PRIMARY); in postComposition()