Searched refs:nativeWindowFtlInfo (Results 1 – 1 of 1) sorted by relevance
1825 const auto nativeWindowFtlInfo = static_cast<ANativeWindowFrameTimelineInfo>( in dispatchSetFrameTimelineInfo() local1829 ftlInfo.vsyncId = nativeWindowFtlInfo.frameTimelineVsyncId; in dispatchSetFrameTimelineInfo()1830 ftlInfo.inputEventId = nativeWindowFtlInfo.inputEventId; in dispatchSetFrameTimelineInfo()1831 ftlInfo.startTimeNanos = nativeWindowFtlInfo.startTimeNanos; in dispatchSetFrameTimelineInfo()1832 ftlInfo.useForRefreshRateSelection = nativeWindowFtlInfo.useForRefreshRateSelection; in dispatchSetFrameTimelineInfo()1833 ftlInfo.skippedFrameVsyncId = nativeWindowFtlInfo.skippedFrameVsyncId; in dispatchSetFrameTimelineInfo()1834 ftlInfo.skippedFrameStartTimeNanos = nativeWindowFtlInfo.skippedFrameStartTimeNanos; in dispatchSetFrameTimelineInfo()1836 return setFrameTimelineInfo(nativeWindowFtlInfo.frameNumber, ftlInfo); in dispatchSetFrameTimelineInfo()