Searched defs:vsyncPeriod (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/ui/
H A DDisplayStatInfo.h26 nsecs_t vsyncPeriod; member in struct:android::DisplayStatInfo
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp309 auto vsyncPeriod = getActiveConfig(disp)->getVsyncPeriod(); local
310 return now - ((now - mLastHwVSync[disp]) % vsyncPeriod);
H A DHWC2.h225 Builder& setVsyncPeriod(int32_t vsyncPeriod) { argument
226 mConfig->mVsyncPeriod = vsyncPeriod;

Completed in 328 milliseconds