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