Lines Matching refs:int64_t
44 static int64_t getVsyncPeriod() { return get()->mVsyncPeriod; } in getVsyncPeriod()
45 static int64_t getCompositorOffset() { return get()->getCompositorOffsetInternal(); } in getCompositorOffset()
46 static int64_t getAppOffset() { return get()->mAppVsyncOffsetNanos; } in getAppOffset()
52 get()->mVsyncPeriod = static_cast<int64_t>(1000000000 / refreshRate); in setRefreshRate()
54 static void setPresentationDeadlineNanos(int64_t deadlineNanos) { in setPresentationDeadlineNanos()
57 static void setAppVsyncOffsetNanos(int64_t offsetNanos) { in setAppVsyncOffsetNanos()
80 void onRefreshRateChanged(int64_t vsyncPeriod);
86 int64_t getCompositorOffsetInternal() const { in getCompositorOffsetInternal()
104 int64_t mVsyncPeriod = 16666666;
106 int64_t mPresentationDeadlineNanos = 17666666;
107 int64_t mAppVsyncOffsetNanos = 0;