Home
last modified time | relevance | path

Searched refs:task_runners_ (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/common/
Dace_shell.cc255 : task_runners_(std::move(task_runners)), in Shell()
258 FML_DCHECK(task_runners_.IsValid()); in Shell()
259 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in Shell()
269 task_runners_.GetIOTaskRunner(), [&wait_io_latch]() { in ~Shell()
275 task_runners_.GetUITaskRunner(), in ~Shell()
283 task_runners_.GetGPUTaskRunner(), in ~Shell()
292 task_runners_.GetIOTaskRunner(), in ~Shell()
309 task_runners_.GetPlatformTaskRunner(), in ~Shell()
319 task_runners_.GetGPUTaskRunner()->PostTask( in NotifyLowMemoryWarning()
335 auto result = [platform_runner = task_runners_.GetPlatformTaskRunner(), in RunEngine()
[all …]
Dshell.cc270 : task_runners_(std::move(task_runners)), in Shell()
275 FML_DCHECK(task_runners_.IsValid()); in Shell()
276 FML_DCHECK(task_runners_.GetPlatformTaskRunner()->RunsTasksOnCurrentThread()); in Shell()
281 task_runners_.GetGPUTaskRunner(), in Shell()
285 task_runners_.GetGPUTaskRunner(), in Shell()
289 task_runners_.GetUITaskRunner(), in Shell()
294 task_runners_.GetUITaskRunner(), in Shell()
299 task_runners_.GetUITaskRunner(), in Shell()
304 task_runners_.GetUITaskRunner(), in Shell()
311 task_runners_.GetIOTaskRunner()); in ~Shell()
[all …]
Danimator.cc25 task_runners_(std::move(task_runners)), in Animator()
73 task_runners_.GetUITaskRunner(), in EnqueueTraceFlowId()
145 task_runners_.GetUITaskRunner()->PostDelayedTask( in BeginFrame()
213 task_runners_.GetUITaskRunner()->PostTask([self = weak_factory_.GetWeakPtr(), in RequestFrame()
Dace_platform_view.cc23 task_runners_(std::move(task_runners)), in PlatformView()
33 return std::make_unique<VsyncWaiterFallback>(task_runners_); in CreateVSyncWaiter()
63 task_runners_.GetGPUTaskRunner(), [platform_view, &surface, &latch]() { in NotifyCreated()
Dplatform_view.cc21 task_runners_(std::move(task_runners)), in PlatformView()
31 return std::make_unique<VsyncWaiterFallback>(task_runners_); in CreateVSyncWaiter()
71 task_runners_.GetGPUTaskRunner(), [platform_view, &surface, &latch]() { in NotifyCreated()
Drasterizer.cc46 task_runners_(std::move(task_runners)), in Rasterizer()
68 task_runners_.GetPlatformTaskRunner()->GetTaskQueueId(); in Setup()
69 const auto gpu_id = task_runners_.GetGPUTaskRunner()->GetTaskQueueId(); in Setup()
115 FML_DCHECK(task_runners_.GetGPUTaskRunner()->RunsTasksOnCurrentThread()); in Draw()
138 task_runners_.GetGPUTaskRunner()->PostTask( in Draw()
153 FML_DCHECK(task_runners_.GetGPUTaskRunner()->RunsTasksOnCurrentThread()); in DoDraw()
Dvsync_waiter.cc27 : task_runners_(std::move(task_runners)) {} in VsyncWaiter()
80 task_runners_.GetUITaskRunner()->PostTaskForTime( in FireCallback()
Dvsync_waiter.h41 const TaskRunners task_runners_; variable
Danimator.h79 TaskRunners task_runners_; variable
Dplatform_view.h438 const TaskRunners task_runners_; variable
Drasterizer.h401 TaskRunners task_runners_; variable
/third_party/flutter/engine/flutter/shell/platform/android/
Dace_platform_view_android.cc126 task_runners_.GetGPUTaskRunner(), in NotifyCreated()
144 task_runners_.GetGPUTaskRunner(), in NotifyDestroyed()
159 task_runners_.GetGPUTaskRunner(), // in NotifyChanged()
180 response_id, java_object_, task_runners_.GetPlatformTaskRunner()); in DispatchPlatformMessage()
194 response_id, java_object_, task_runners_.GetPlatformTaskRunner()); in DispatchEmptyPlatformMessage()
290 return VsyncWaiterAndroid::Create(task_runners_); in CreateVSyncWaiter()
294 return VsyncWaiterEmbedder::Create(task_runners_); in CreateVSyncWaiter()
339 platform_task_runner = task_runners_.GetPlatformTaskRunner()]() { in InstallFirstFrameCallback()
Dplatform_view_android.cc51 task_runners_.GetGPUTaskRunner(), in NotifyCreated()
69 task_runners_.GetGPUTaskRunner(), in NotifyDestroyed()
84 task_runners_.GetGPUTaskRunner(), // in NotifyChanged()
105 response_id, java_object_, task_runners_.GetPlatformTaskRunner()); in DispatchPlatformMessage()
119 response_id, java_object_, task_runners_.GetPlatformTaskRunner()); in DispatchEmptyPlatformMessage()
381 return std::make_unique<VsyncWaiterAndroid>(task_runners_); in CreateVSyncWaiter()
423 platform_task_runner = task_runners_.GetPlatformTaskRunner()]() { in InstallFirstFrameCallback()
Dvsync_waiter_android.cc32 task_runners_.GetPlatformTaskRunner()->PostTask([java_baton]() { in AwaitVSync()
/third_party/flutter/engine/flutter/shell/platform/ohos/
Dplatform_view_ohos.cc37 task_runners_.GetGPUTaskRunner(), in NotifyCreated()
57 task_runners_.GetGPUTaskRunner(), in NotifyChanged()
79 return VsyncWaiterEmbedder::Create(task_runners_); in CreateVSyncWaiter()
Dace_vsync_waiter_embedder.cc82 task_runners_.GetPlatformTaskRunner()->PostTask([weakReceiver, info]() { in AwaitVSync()
103 task_runners_.GetPlatformTaskRunner()->PostTask([vsync_scheduler, callback]() { in AwaitVSync()
/third_party/flutter/engine/flutter/lib/ui/
Dui_dart_state.h32 task_runners_(std::move(task_runners)) {} in UIStateItem()
33 const TaskRunners& GetTaskRunners() const { return task_runners_; } in GetTaskRunners()
42 const TaskRunners task_runners_; variable
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvsync_waiter.cc59 task_runners_.GetUITaskRunner()->PostDelayedTask( in AwaitVSync()
70 FML_DCHECK(task_runners_.GetUITaskRunner()->RunsTasksOnCurrentThread()); in FireCallbackWhenSessionAvailable()
77 FML_DCHECK(task_runners_.GetUITaskRunner()->RunsTasksOnCurrentThread()); in FireCallbackNow()
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dace_embedder_engine.cc36 task_runners_(task_runners), in EmbedderEngine()
55 shell_ = Shell::Create(task_runners_, shell_args_->settings, in LaunchShell()
84 return task_runners_; in GetTaskRunners()
Dembedder_engine.cc34 task_runners_(task_runners), in EmbedderEngine()
53 shell_ = Shell::Create(task_runners_, shell_args_->settings, in LaunchShell()
82 return task_runners_; in GetTaskRunners()
Dembedder_engine.h79 TaskRunners task_runners_; variable
Dace_platform_view_embedder.cc71 platform_dispatch_table_.vsync_callback, task_runners_); in CreateVSyncWaiter()
Dplatform_view_embedder.cc93 platform_dispatch_table_.vsync_callback, task_runners_); in CreateVSyncWaiter()
/third_party/flutter/engine/flutter/runtime/
Dace_runtime_controller.cc40 task_runners_(p_task_runners), in RuntimeController()
58 task_runners_, // in Clone()
Druntime_controller.cc61 task_runners_(p_task_runners), in RuntimeController()
77 task_runners_, // in RuntimeController()
138 task_runners_, // in Clone()

12