Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
vsync_waiter.h File Reference
#include <lib/async/cpp/wait.h>
#include "flutter/fml/macros.h"
#include "flutter/fml/memory/weak_ptr.h"
#include "flutter/fml/time/time_delta.h"
#include "flutter/fml/time/time_point.h"
#include "flutter/shell/common/vsync_waiter.h"
#include "flutter_runner_product_configuration.h"

Go to the source code of this file.

Classes

class  flutter_runner::VsyncWaiter
 

Namespaces

namespace  flutter_runner
 

Typedefs

using flutter_runner::FireCallbackCallback = std::function< void(fml::TimePoint, fml::TimePoint)>
 
using flutter_runner::AwaitVsyncCallback = std::function< void(FireCallbackCallback)>
 
using flutter_runner::AwaitVsyncForSecondaryCallbackCallback = std::function< void(FireCallbackCallback)>