/third_party/flutter/engine/flutter/shell/common/ |
D | ace_shell.cc | 255 : 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 …]
|
D | shell.cc | 270 : 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 …]
|
D | animator.cc | 25 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()
|
D | ace_platform_view.cc | 23 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()
|
D | platform_view.cc | 21 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()
|
D | rasterizer.cc | 46 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()
|
D | vsync_waiter.cc | 27 : task_runners_(std::move(task_runners)) {} in VsyncWaiter() 80 task_runners_.GetUITaskRunner()->PostTaskForTime( in FireCallback()
|
D | vsync_waiter.h | 41 const TaskRunners task_runners_; variable
|
D | animator.h | 79 TaskRunners task_runners_; variable
|
D | platform_view.h | 438 const TaskRunners task_runners_; variable
|
D | rasterizer.h | 401 TaskRunners task_runners_; variable
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | ace_platform_view_android.cc | 126 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()
|
D | platform_view_android.cc | 51 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()
|
D | vsync_waiter_android.cc | 32 task_runners_.GetPlatformTaskRunner()->PostTask([java_baton]() { in AwaitVSync()
|
/third_party/flutter/engine/flutter/shell/platform/ohos/ |
D | platform_view_ohos.cc | 37 task_runners_.GetGPUTaskRunner(), in NotifyCreated() 57 task_runners_.GetGPUTaskRunner(), in NotifyChanged() 79 return VsyncWaiterEmbedder::Create(task_runners_); in CreateVSyncWaiter()
|
D | ace_vsync_waiter_embedder.cc | 82 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/ |
D | ui_dart_state.h | 32 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/ |
D | vsync_waiter.cc | 59 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/ |
D | ace_embedder_engine.cc | 36 task_runners_(task_runners), in EmbedderEngine() 55 shell_ = Shell::Create(task_runners_, shell_args_->settings, in LaunchShell() 84 return task_runners_; in GetTaskRunners()
|
D | embedder_engine.cc | 34 task_runners_(task_runners), in EmbedderEngine() 53 shell_ = Shell::Create(task_runners_, shell_args_->settings, in LaunchShell() 82 return task_runners_; in GetTaskRunners()
|
D | embedder_engine.h | 79 TaskRunners task_runners_; variable
|
D | ace_platform_view_embedder.cc | 71 platform_dispatch_table_.vsync_callback, task_runners_); in CreateVSyncWaiter()
|
D | platform_view_embedder.cc | 93 platform_dispatch_table_.vsync_callback, task_runners_); in CreateVSyncWaiter()
|
/third_party/flutter/engine/flutter/runtime/ |
D | ace_runtime_controller.cc | 40 task_runners_(p_task_runners), in RuntimeController() 58 task_runners_, // in Clone()
|
D | runtime_controller.cc | 61 task_runners_(p_task_runners), in RuntimeController() 77 task_runners_, // in RuntimeController() 138 task_runners_, // in Clone()
|