Searched defs:getVsyncPeriod (Results 1 – 6 of 6) sorted by relevance
42 static int64_t getVsyncPeriod() { return get()->mVsyncPeriod; } in getVsyncPeriod() function
120 nsecs_t getVsyncPeriod() const { return mFps.getPeriodNsecs(); } in getVsyncPeriod() function
71 nsecs_t getVsyncPeriod() const { return mode->getVsyncPeriod(); } in getVsyncPeriod() function
272 auto getVsyncPeriod = makeGetVsyncPeriodFunction(); in createConnection() local
353 nsecs_t VideoFrameSchedulerBase::getVsyncPeriod() { in getVsyncPeriod() function in android::VideoFrameSchedulerBase
169 const auto getVsyncPeriod = [](uid_t uid) { in createThread() local