Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 25 of 35) sorted by relevance

12

/system/update_engine/common/
Daction_unittest.cc48 ActionProcessor* processor() { return processor_; } in processor() function in chromeos_update_engine::ActionTestAction
51 ASSERT_TRUE(processor()); in CompleteAction()
52 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
66 EXPECT_FALSE(action->processor()); in TEST()
71 EXPECT_EQ(&action_processor, action_ptr->processor()); in TEST()
Daction_processor_unittest.cc49 ActionProcessor* processor() { return processor_; } in processor() function in chromeos_update_engine::ActionProcessorTestAction
52 ASSERT_TRUE(processor()); in CompleteAction()
53 processor()->ActionComplete(this, ErrorCode::kSuccess); in CompleteAction()
61 explicit MyActionProcessorDelegate(const ActionProcessor* processor) in MyActionProcessorDelegate() argument
62 : processor_(processor), in MyActionProcessorDelegate()
68 virtual void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() argument
70 EXPECT_EQ(processor_, processor); in ProcessingDone()
74 virtual void ProcessingStopped(const ActionProcessor* processor) { in ProcessingStopped() argument
75 EXPECT_EQ(processor_, processor); in ProcessingStopped()
79 virtual void ActionCompleted(ActionProcessor* processor, in ActionCompleted() argument
[all …]
Daction_processor.h133 virtual void ProcessingDone([[maybe_unused]] const ActionProcessor* processor, in ProcessingDone() argument
139 [[maybe_unused]] const ActionProcessor* processor) {} in ProcessingStopped() argument
143 virtual void ActionCompleted([[maybe_unused]] ActionProcessor* processor, in ActionCompleted() argument
Daction.h105 void SetProcessor(ActionProcessor* processor) { in SetProcessor() argument
106 if (processor) in SetProcessor()
110 processor_ = processor; in SetProcessor()
Dutils.h503 explicit ScopedActionCompleter(ActionProcessor* processor, in ScopedActionCompleter() argument
505 : processor_(processor), in ScopedActionCompleter()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc58 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() argument
63 void ProcessingStopped(const ActionProcessor* processor) override { in ProcessingStopped() argument
68 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() argument
156 [](ActionProcessor* processor) { processor->StopProcessing(); }, in CancelWhenStarted() argument
211 ActionProcessor processor; in RunPostinstallActionWithInstallPlan() local
212 processor_ = &processor; in RunPostinstallActionWithInstallPlan()
226 processor.EnqueueAction(std::move(feeder_action)); in RunPostinstallActionWithInstallPlan()
227 processor.EnqueueAction(std::move(runner_action)); in RunPostinstallActionWithInstallPlan()
228 processor.EnqueueAction(std::move(collector_action)); in RunPostinstallActionWithInstallPlan()
229 processor.set_delegate(&processor_delegate_); in RunPostinstallActionWithInstallPlan()
[all …]
Dfilesystem_verifier_action_unittest.cc223 void ProcessingDone(const ActionProcessor* processor, ErrorCode code) { in ProcessingDone() argument
226 void ProcessingStopped(const ActionProcessor* processor) { in ProcessingStopped() argument
229 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() argument
372 void ActionCompleted(ActionProcessor* processor, in ActionCompleted() argument
492 [](ActionProcessor* processor) { processor->StartProcessing(); }, in TEST_F() argument
538 [](ActionProcessor* processor) { processor->StartProcessing(); }, in TEST_F() argument
676 [](ActionProcessor* processor) { processor->StartProcessing(); }, in TEST_F() argument
/system/update_engine/
Dupdate_boot_flags_action_unittest.cc36 ActionProcessor processor; in TEST_F() local
37 processor.EnqueueAction(std::move(action)); in TEST_F()
41 processor.StartProcessing(); in TEST_F()
/system/chre/host/
DREADME.md1 A collection of CHRE-related code that runs on the host processor. Note that
3 applications processor, as opposed to the Android build perspective, where host
/system/update_engine/aosp/
Dupdate_attempter_android.h104 void ProcessingDone(const ActionProcessor* processor,
106 void ProcessingStopped(const ActionProcessor* processor) override;
107 void ActionCompleted(ActionProcessor* processor,
Dupdate_attempter_android.cc563 void UpdateAttempterAndroid::ProcessingDone(const ActionProcessor* processor, in ProcessingDone() argument
608 const ActionProcessor* processor) { in ProcessingStopped() argument
612 void UpdateAttempterAndroid::ActionCompleted(ActionProcessor* processor, in ActionCompleted() argument
705 Bind([](ActionProcessor* processor) { processor->StartProcessing(); }, in ScheduleProcessingStart() argument
/system/chre/
Drun_tests.sh7 JOB_COUNT=$((`grep -c ^processor /proc/cpuinfo`))
Drun_pal_impl_tests.sh7 JOB_COUNT=$((`grep -c ^processor /proc/cpuinfo`))
Drun_sim.sh20 JOB_COUNT=$((`grep -c ^processor /proc/cpuinfo`))
Dload_android_sim.sh11 JOB_COUNT=$((`grep -c ^processor /proc/cpuinfo`))
DREADME.md5 applications, called *nanoapps*. CHRE runs in a vendor-specific processor that
6 is independent of the main applications processor that runs Android. This
64 the applications processor (“host”), for example the Context Hub HAL
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc160 void ProcessingDone(const ActionProcessor* processor, in ProcessingDone() argument
165 void ProcessingStopped(const ActionProcessor* processor) override { in ProcessingStopped() argument
234 ActionProcessor processor; in ApplyPayload() local
236 processor.set_delegate(&delegate); in ApplyPayload()
237 processor.EnqueueAction(std::move(install_plan_action)); in ApplyPayload()
238 processor.EnqueueAction(std::move(download_action)); in ApplyPayload()
239 processor.EnqueueAction(std::move(filesystem_verifier_action)); in ApplyPayload()
242 base::Unretained(&processor))); in ApplyPayload()
Dfull_update_generator.cc186 for (ChunkProcessor& processor : chunk_processors) in GenerateOperations()
187 thread_pool.AddWork(&processor); in GenerateOperations()
Ddelta_diff_generator.cc230 for (auto& processor : partition_tasks) { in GenerateUpdatePayloadFile() local
231 thread_pool.AddWork(&processor); in GenerateUpdatePayloadFile()
Ddelta_diff_utils.cc692 for (auto& processor : file_delta_processors) { in DeltaReadPartition() local
693 thread_pool.AddWork(&processor); in DeltaReadPartition()
697 for (auto& processor : file_delta_processors) { in DeltaReadPartition() local
698 TEST_AND_RETURN_FALSE(processor.MergeOperation(aops)); in DeltaReadPartition()
/system/chre/platform/shared/idl/
DREADME.md2 between the reference CHRE implementation and the host (applications processor).
/system/chre/apps/power_test/common/idl/
DREADME.md2 between the power test nanoapp and the host (applications processor) test code.
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/
Dflatbuffers_types.fbs66 * processor.
/system/chre/doc/
Dframework_debugging.md16 collected in bug reports. These logs must not wake the applications processor
Dnanoapp_clients.md7 from the host (application processor): (1) Java (above the Context Hub HAL, from

12