Searched defs:getVsyncPeriod (Results 1 – 6 of 6) sorted by relevance
42 static int64_t getVsyncPeriod() { return get()->mVsyncPeriod; } in getVsyncPeriod() function
134 nsecs_t getVsyncPeriod() const { return mFps.getPeriodNsecs(); } in getVsyncPeriod() function
353 nsecs_t VideoFrameSchedulerBase::getVsyncPeriod() { in getVsyncPeriod() function in android::VideoFrameSchedulerBase
89 const auto getVsyncPeriod = [](uid_t /* uid */) { return kSyncPeriod.count(); }; in fuzzEventThread() local
178 const auto getVsyncPeriod = [](uid_t uid) { in createThread() local
197 auto getVsyncPeriod = makeGetVsyncPeriodFunction(); in createConnection() local