Home
last modified time | relevance | path

Searched defs:task (Results 901 - 925 of 1126) sorted by relevance

1...<<31323334353637383940>>...46

/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp597 std::pair<int, std::shared_ptr<AVBuffer>> task = std::move(outputBuffers_.front()); in AcquireNextRenderBuffer() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp580 auto task = [gpuMemory = std::move(gpuMemory)]() { in MemoryOverCheck() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp1137 std::function<void()> task = []() {std::cout << "hardwareComposer RoundCornerDisplayManager Task" << std::endl;}; in HWTEST_F() local
1186 std::function<void()> task = []() {std::cout << "hardwareComposer RoundCornerDisplayManager Task" << std::endl;}; in HWTEST_F() local
H A Drs_main_thread_test.cpp784 RSTaskMessage::RSTask task = []() -> void { return; }; in HWTEST_F() local
2156 RSTaskMessage::RSTask task = []() -> void { return; }; in HWTEST_F() local
2174 RSTaskMessage::RSTask task = []() -> void { return; }; in HWTEST_F() local
2213 RSTaskMessage::RSTask task = []() -> void { return; }; in HWTEST_F() local
3572 auto task = []() {}; in HWTEST_F() local
3978 auto& task = mainThread->nodeTreeDumpTasks_[taskId]; HWTEST_F() local
4018 auto& task = mainThread->nodeTreeDumpTasks_[taskId]; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_main_thread_unit_test.cpp782 RSTaskMessage::RSTask task = []() -> void { return; }; in HWTEST_F() local
2152 RSTaskMessage::RSTask task = []() -> void { return; }; in HWTEST_F() local
2170 RSTaskMessage::RSTask task = []() -> void { return; }; in HWTEST_F() local
2209 RSTaskMessage::RSTask task = []() -> void { return; }; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp224 void RSUniRenderThread::PostTask(const std::function<void()>& task) in PostTask() argument
232 void RSUniRenderThread::PostRTTask(const std::function<void()>& task) in PostRTTask() argument
242 PostImageReleaseTask(const std::function<void()>& task) PostImageReleaseTask() argument
279 PostTask(RSTaskMessage::RSTask task, const std::string& name, int64_t delayTime, AppExecFwk::EventQueue::Priority priority) PostTask() argument
294 PostSyncTask(const std::function<void()>& task) PostSyncTask() argument
495 auto task = [this]() { PerfForBlurIfNeeded() local
669 auto task = [this, &dumpString, &type] { TrimMem() local
764 auto task = [this, moment, deeply, isDefaultClean]() { PostClearMemoryTask() local
[all...]
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp1454 std::function<void()> task = std::bind(&CodecServer::PostProcessingTask, this); in StartPostProcessingTask() local
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp84 auto task = std::make_shared<TaskHandler<void>>([&, this] { in ~RecorderServer() local
105 auto task = std::make_shared<TaskHandler<MediaServiceErrCode>>([&, this] { in Init() local
175 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { in SetVideoSource() local
194 auto task in SetVideoEncoder() local
214 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetVideoSize() local
233 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetVideoFrameRate() local
252 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetVideoEncodingBitRate() local
271 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetVideoIsHdr() local
290 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetVideoEnableTemporalScale() local
310 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetMetaSource() local
332 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetMetaMimeType() local
354 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetMetaTimedKey() local
374 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetMetaSourceTrackMime() local
392 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetCaptureRate() local
410 auto task = std::make_shared<TaskHandler<sptr<OHOS::Surface>>>([&, this] { GetSurface() local
428 auto task = std::make_shared<TaskHandler<sptr<OHOS::Surface>>>([&, this] { GetMetaSurface() local
449 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetAudioSource() local
465 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetAudioDataSource() local
487 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetAudioEncoder() local
507 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetAudioSampleRate() local
526 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetAudioChannels() local
548 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetAudioEncodingBitRate() local
593 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetUserCustomInfo() local
611 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetGenre() local
630 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetMaxDuration() local
648 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetOutputFormat() local
669 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetOutputFile() local
692 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetFileGenerationMode() local
711 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetNextOutputFile() local
730 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetMaxFileSize() local
752 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetLocation() local
770 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetOrientationHint() local
793 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetRecorderCallback() local
814 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Prepare() local
847 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Start() local
875 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Pause() local
899 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Resume() local
920 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Stop() local
950 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { Reset() local
969 auto task = std::make_shared<TaskHandler<void>>([&, this] { Release() local
1073 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { GetCurrentCapturerChangeInfo() local
1087 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { GetAvailableEncoder() local
1101 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { GetMaxAmplitude() local
1116 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { IsWatermarkSupported() local
1133 auto task = std::make_shared<TaskHandler<int32_t>>([&, this] { SetWatermark() local
[all...]
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.cpp64 auto task = std::make_shared<TaskHandler<void>>([&, this] { in ~PlayerServiceStub() local
228 auto task = std::make_shared<TaskHandler<int>>([&, this] { in OnRemoteRequest() local
558 auto task = std::make_shared<TaskHandler<int>>([&, this] { in DoIpcAbnormality() local
579 auto task = std::make_shared<TaskHandler<int>>([&, this] { in DoIpcRecovery() local
[all...]
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp353 auto task = ffrt::submit_h([bundleActiveCore, uid]() { in DelayRemoveBundleUninstalledUid() local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp734 auto task = [endTime, pluginLib, libInfo, this] { in DispatchResourceToPluginSync() local
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1391 auto task = [this, eventId] {this->ProcessEvent(eventId);}; in SendEvent() local
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp239 CreateNewSystemWindowTask(void* contextPtr, sptr<WindowOption> windowOption, napi_env env, NapiAsyncTask& task) CreateNewSystemWindowTask() argument
278 CreateSystemWindowTask(void* contextPtr, std::string windowName, WindowType winType, napi_env env, NapiAsyncTask& task) CreateSystemWindowTask() argument
316 CreateNewSubWindowTask(sptr<WindowOption> windowOption, napi_env env, NapiAsyncTask& task) CreateNewSubWindowTask() argument
345 CreateSubWindowTask(uint32_t parentWinId, std::string windowName, WindowType winType, napi_env env, NapiAsyncTask& task, bool newErrorCode = false) CreateSubWindowTask() argument
[all...]
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp860 auto task = [this, message] { this->OnRemoteMessageTask(message); }; in AddAsynMessageTask() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1515 auto task = sync.GetPostEventTask(schemas, cloudInfo_, info, true, traceIds); in HWTEST_F() local
1637 auto task = sync.RetryCallback(storeInfo, retry, MODE_DEFAULT, prepareTraceId, user); in HWTEST_F() local
1686 CloudData::CloudServiceImpl::Task task = [&userId]() { in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp965 auto task = TaskFactory::GetInstance().CreateTask(TaskType::ENABLE, taskParam, nullptr); in RecoverDistributedHardware() local
1018 auto task = TaskFactory::GetInstance().CreateTask(TaskType::ENABLE, taskParam, nullptr); in UpdateBusinessState() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp992 auto task = [](){}; in HWTEST_F() local
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp461 auto task = [info]() { in NotifyAnimationAbilityDied() local
639 auto task = [fullScreenWinIds, floatWinIds]() { in NotifyAnimationTargetsUpdate() local
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_tf.c163 TaskItem *task = lltask->task; in tf_start_inference() local
206 static int extract_lltask_from_task(TaskItem *task, Queue *lltask_queue) in extract_lltask_from_task() argument
323 TaskItem task; get_output_tf() local
950 TaskItem *task; fill_model_input_tf() local
1044 TaskItem *task = lltask->task; infer_completion_callback() local
1104 TaskItem *task; execute_model_tf() local
1148 TaskItem *task; ff_dnn_execute_model_tf() local
[all...]
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c387 struct ucom_param_task *task; in ucom_queue_command() local
449 struct ucom_cfg_task *task = in ucom_cfg_start_transfers() local
493 struct ucom_cfg_task *task in ucom_cfg_open() local
580 struct ucom_cfg_task *task = ucom_cfg_close() local
679 struct ucom_cfg_task *task = ucom_cfg_line_state() local
814 struct ucom_cfg_task *task = ucom_cfg_status_change() local
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc126 const task_t task = mach_task_self(); in GetThreadCount() local
/third_party/node/src/
H A Dinspector_agent.cc560 void AsyncTaskScheduled(const StringView& task_name, void* task, in AsyncTaskScheduled() argument
565 void AsyncTaskCanceled(void* task) { in AsyncTaskCanceled() argument
569 void AsyncTaskStarted(void* task) { in AsyncTaskStarted() argument
573 void AsyncTaskFinished(void* task) { in AsyncTaskFinished() argument
907 void Agent::AsyncTaskScheduled(const StringView& task_name, void* task, in AsyncTaskScheduled() argument
912 AsyncTaskCanceled(void* task) AsyncTaskCanceled() argument
916 AsyncTaskStarted(void* task) AsyncTaskStarted() argument
920 AsyncTaskFinished(void* task) AsyncTaskFinished() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h96 virtual void PostNonNestableTask(std::unique_ptr<Task> task) {} in PostNonNestableTask() argument
122 PostNonNestableDelayedTask(std::unique_ptr<Task> task, double delay_in_seconds) PostNonNestableDelayedTask() argument
1019 CallOnWorkerThread(std::unique_ptr<Task> task) CallOnWorkerThread() argument
1032 CallBlockingTaskOnWorkerThread(std::unique_ptr<Task> task) CallBlockingTaskOnWorkerThread() argument
1045 CallLowPriorityTaskOnWorkerThread(std::unique_ptr<Task> task) CallLowPriorityTaskOnWorkerThread() argument
1059 CallDelayedOnWorkerThread(std::unique_ptr<Task> task, double delay_in_seconds) CallDelayedOnWorkerThread() argument
1239 PostTaskOnWorkerThreadImpl(TaskPriority priority, std::unique_ptr<Task> task, const SourceLocation& location) PostTaskOnWorkerThreadImpl() argument
1248 PostDelayedTaskOnWorkerThreadImpl( TaskPriority priority, std::unique_ptr<Task> task, double delay_in_seconds, const SourceLocation& location) PostDelayedTaskOnWorkerThreadImpl() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dsweeper.cc963 auto task = std::make_unique<IncrementalSweepTask>(sweeper); in Post() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp216 std::ostringstream task; in initPrograms() local

Completed in 51 milliseconds

1...<<31323334353637383940>>...46