Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
flutter::Shell Member List

This is the complete list of members for flutter::Shell, including all inherited members.

AddViewCallback typedefflutter::PlatformView::Delegate
ComputePlatformResolvedLocale(const std::vector< std::string > &supported_locale_data) overrideflutter::Shellprivatevirtual
Create(const PlatformData &platform_data, const TaskRunners &task_runners, Settings settings, const CreateCallback< PlatformView > &on_create_platform_view, const CreateCallback< Rasterizer > &on_create_rasterizer, bool is_gpu_disabled=false)flutter::Shellstatic
CreateCallback typedefflutter::Shell
EngineCreateCallback typedefflutter::Shell
EngineHasLivePorts() constflutter::Shell
GetConcurrentWorkerTaskRunner() constflutter::Shell
GetCurrentTimePoint() overrideflutter::Shellprivatevirtual
GetDartVM()flutter::Shell
GetEngine()flutter::Shell
GetFrameBudget() overrideflutter::Shellprivatevirtual
GetIOManager()flutter::Shell
GetIsGpuDisabledSyncSwitch() const overrideflutter::Shellvirtual
GetLatestFrameTargetTime() const overrideflutter::Shellprivatevirtual
GetMainDisplayRefreshRate()flutter::Shell
GetParentRasterThreadMerger() const overrideflutter::Shellvirtual
GetPlatformMessageHandler() const overrideflutter::Shellvirtual
GetPlatformView()flutter::Shell
GetRasterizer() constflutter::Shell
GetResourceCacheLimit() overrideflutter::Shellinlineprivatevirtual
GetScaledFontSize(double unscaled_font_size, int configuration_id) const overrideflutter::Shellprivatevirtual
GetServiceProtocolDescription() const overrideflutter::Shellprivatevirtual
GetServiceProtocolHandlerTaskRunner(std::string_view method) const overrideflutter::Shellprivatevirtual
GetSettings() const overrideflutter::Shellvirtual
GetTaskRunners() const overrideflutter::Shellvirtual
GetUIIsolateLastError() constflutter::Shell
GetVsyncWaiter() constflutter::Shell
HandleServiceProtocolMessage(std::string_view method, const ServiceProtocolMap &params, rapidjson::Document *response) overrideflutter::Shellprivatevirtual
InferVmInitDataFromSettings(Settings &settings)flutter::Shellstatic
IsSetup() constflutter::Shell
KeyDataResponse typedefflutter::PlatformView::Delegate
LoadDartDeferredLibrary(intptr_t loading_unit_id, std::unique_ptr< const fml::Mapping > snapshot_data, std::unique_ptr< const fml::Mapping > snapshot_instructions) overrideflutter::Shellprivatevirtual
LoadDartDeferredLibraryError(intptr_t loading_unit_id, const std::string error_message, bool transient) overrideflutter::Shellprivatevirtual
NotifyLowMemoryWarning() constflutter::Shell
OnAnimatorBeginFrame(fml::TimePoint frame_target_time, uint64_t frame_number) overrideflutter::Shellprivatevirtual
OnAnimatorDraw(std::shared_ptr< FramePipeline > pipeline) overrideflutter::Shellprivatevirtual
OnAnimatorDrawLastLayerTrees(std::unique_ptr< FrameTimingsRecorder > frame_timings_recorder) overrideflutter::Shellprivatevirtual
OnAnimatorNotifyIdle(fml::TimeDelta deadline) overrideflutter::Shellprivatevirtual
OnAnimatorUpdateLatestFrameTargetTime(fml::TimePoint frame_target_time) overrideflutter::Shellprivatevirtual
OnDisplayUpdates(std::vector< std::unique_ptr< Display > > displays)flutter::Shell
OnEngineChannelUpdate(std::string name, bool listening) overrideflutter::Shellprivatevirtual
OnEngineHandlePlatformMessage(std::unique_ptr< PlatformMessage > message) overrideflutter::Shellprivatevirtual
OnEngineUpdateSemantics(SemanticsNodeUpdates update, CustomAccessibilityActionUpdates actions) overrideflutter::Shellprivatevirtual
OnFrameRasterized(const FrameTiming &) overrideflutter::Shellprivatevirtual
OnPlatformViewAddView(int64_t view_id, const ViewportMetrics &viewport_metrics, AddViewCallback callback) overrideflutter::Shellprivatevirtual
OnPlatformViewCreated(std::unique_ptr< Surface > surface) overrideflutter::Shellprivatevirtual
OnPlatformViewDestroyed() overrideflutter::Shellprivatevirtual
OnPlatformViewDispatchPlatformMessage(std::unique_ptr< PlatformMessage > message) overrideflutter::Shellprivatevirtual
OnPlatformViewDispatchPointerDataPacket(std::unique_ptr< PointerDataPacket > packet) overrideflutter::Shellprivatevirtual
OnPlatformViewDispatchSemanticsAction(int32_t node_id, SemanticsAction action, fml::MallocMapping args) overrideflutter::Shellprivatevirtual
OnPlatformViewGetSettings() const overrideflutter::Shellprivatevirtual
OnPlatformViewMarkTextureFrameAvailable(int64_t texture_id) overrideflutter::Shellprivatevirtual
OnPlatformViewRegisterTexture(std::shared_ptr< flutter::Texture > texture) overrideflutter::Shellprivate
flutter::PlatformView::Delegate::OnPlatformViewRegisterTexture(std::shared_ptr< Texture > texture)=0flutter::PlatformView::Delegatepure virtual
OnPlatformViewRemoveView(int64_t view_id, RemoveViewCallback callback) overrideflutter::Shellprivatevirtual
OnPlatformViewScheduleFrame() overrideflutter::Shellprivatevirtual
OnPlatformViewSetAccessibilityFeatures(int32_t flags) overrideflutter::Shellprivatevirtual
OnPlatformViewSetNextFrameCallback(const fml::closure &closure) overrideflutter::Shellprivatevirtual
OnPlatformViewSetSemanticsEnabled(bool enabled) overrideflutter::Shellprivatevirtual
OnPlatformViewSetViewportMetrics(int64_t view_id, const ViewportMetrics &metrics) overrideflutter::Shellprivatevirtual
OnPlatformViewUnregisterTexture(int64_t texture_id) overrideflutter::Shellprivatevirtual
OnPreEngineRestart() overrideflutter::Shellprivatevirtual
OnRootIsolateCreated() overrideflutter::Shellprivatevirtual
RegisterImageDecoder(ImageGeneratorFactory factory, int32_t priority)flutter::Shell
ReloadSystemFonts()flutter::Shell
RemoveViewCallback typedefflutter::PlatformView::Delegate
RequestDartDeferredLibrary(intptr_t loading_unit_id) overrideflutter::Shellprivatevirtual
RunEngine(RunConfiguration run_configuration)flutter::Shell
RunEngine(RunConfiguration run_configuration, const std::function< void(Engine::RunStatus)> &result_callback)flutter::Shell
Screenshot(Rasterizer::ScreenshotType type, bool base64_encode)flutter::Shell
ServiceProtocolMap typedefflutter::ServiceProtocol::Handler
SetGpuAvailability(GpuAvailability availability)flutter::Shell
SetNeedsReportTimings(bool value) overrideflutter::Shellprivatevirtual
ShouldDiscardLayerTree(int64_t view_id, const flutter::LayerTree &tree) overrideflutter::Shellprivatevirtual
Spawn(RunConfiguration run_configuration, const std::string &initial_route, const CreateCallback< PlatformView > &on_create_platform_view, const CreateCallback< Rasterizer > &on_create_rasterizer) constflutter::Shell
testing::ShellTestflutter::Shellfriend
UpdateAssetResolverByType(std::unique_ptr< AssetResolver > updated_asset_resolver, AssetResolver::AssetResolverType type) overrideflutter::Shellprivatevirtual
UpdateIsolateDescription(const std::string isolate_name, int64_t isolate_port) overrideflutter::Shellprivatevirtual
WaitForFirstFrame(fml::TimeDelta timeout)flutter::Shell
~ResourceCacheLimitItem()=defaultflutter::ResourceCacheLimitItemprotectedvirtual
~Shell()flutter::Shell