Home
last modified time | relevance | path

Searched refs:hardware (Results 1 – 25 of 57) sorted by relevance

123

/system/update_engine/
Dimage_properties_chromeos.cc99 HardwareInterface* const hardware = system_state->hardware(); in LoadImageProperties() local
100 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode()) in LoadImageProperties()
Dsideload_main.cc171 std::unique_ptr<HardwareInterface> hardware = hardware::CreateHardware(); in ApplyUpdatePayload() local
172 if (!hardware) { in ApplyUpdatePayload()
178 &sideload_daemon_state, &prefs, boot_control.get(), hardware.get()); in ApplyUpdatePayload()
Dfake_system_state.h68 inline HardwareInterface* hardware() override { return hardware_; } in hardware() function
125 inline void set_hardware(HardwareInterface* hardware) { in set_hardware() argument
126 hardware_ = hardware ? hardware : &fake_hardware_; in set_hardware()
Domaha_request_params.cc86 hwid_ = system_state_->hardware()->GetHardwareClass(); in Init()
88 fw_version_ = system_state_->hardware()->GetFirmwareVersion(); in Init()
89 ec_version_ = system_state_->hardware()->GetECVersion(); in Init()
Dupdate_attempter.cc482 } else if (!system_state_->hardware()->IsOOBEComplete(nullptr)) { in CalculateScatteringParams()
589 system_state_->hardware())); in BuildPostInstallActions()
602 new LibcurlHttpFetcher(GetProxyResolver(), system_state_->hardware())); in BuildUpdateActions()
624 system_state_->hardware())), in BuildUpdateActions()
628 new LibcurlHttpFetcher(GetProxyResolver(), system_state_->hardware()); in BuildUpdateActions()
633 system_state_->hardware(), in BuildUpdateActions()
642 system_state_->hardware())), in BuildUpdateActions()
653 system_state_->hardware())), in BuildUpdateActions()
1260 if (!system_state_->hardware()->IsNormalBootMode()) in GetErrorCodeFlags()
1267 if (!system_state_->hardware()->IsOfficialBuild()) in GetErrorCodeFlags()
[all …]
Domaha_request_params_unittest.cc119 EXPECT_EQ(fake_system_state_.hardware()->GetHardwareClass(), out.hwid()); in TEST_F()
142 EXPECT_EQ(fake_system_state_.hardware()->GetHardwareClass(), out.hwid()); in TEST_F()
290 EXPECT_EQ(fake_system_state_.hardware()->GetHardwareClass(), out.hwid()); in TEST_F()
315 EXPECT_EQ(fake_system_state_.hardware()->GetHardwareClass(), out.hwid()); in TEST_F()
338 EXPECT_EQ(fake_system_state_.hardware()->GetHardwareClass(), out.hwid()); in TEST_F()
444 EXPECT_EQ(fake_system_state_.hardware()->GetHardwareClass(), out.hwid()); in TEST_F()
Ddaemon_state_android.cc37 hardware_ = hardware::CreateHardware(); in Initialize()
Dsystem_state.h82 virtual HardwareInterface* hardware() = 0;
Dhardware_android.cc84 namespace hardware { namespace
Dhardware_chromeos.cc63 namespace hardware { namespace
/system/update_engine/update_manager/
Dreal_config_provider.h33 chromeos_update_engine::HardwareInterface* hardware) in RealConfigProvider() argument
34 : hardware_(hardware) {} in RealConfigProvider()
Dreal_system_provider.h33 chromeos_update_engine::HardwareInterface* hardware, in RealSystemProvider() argument
35 : hardware_(hardware), boot_control_(boot_control) {} in RealSystemProvider()
Dstate_factory.cc44 new RealConfigProvider(system_state->hardware())); in DefaultStateFactory()
51 new RealSystemProvider(system_state->hardware(), in DefaultStateFactory()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h41 HardwareInterface* hardware) in PostinstallRunnerAction() argument
42 : boot_control_(boot_control), hardware_(hardware) {} in PostinstallRunnerAction()
Ddelta_performer.h79 HardwareInterface* hardware, in DeltaPerformer() argument
84 hardware_(hardware), in DeltaPerformer()
Ddownload_action.cc43 HardwareInterface* hardware, in DownloadAction() argument
48 hardware_(hardware), in DownloadAction()
Ddownload_action_unittest.cc166 fake_system_state.hardware(), in TestWithData()
281 fake_system_state_.hardware(), in TestTerminateEarly()
381 fake_system_state_.hardware(), in TEST()
466 fake_system_state_.hardware(), in StartDownload()
Ddownload_action.h78 HardwareInterface* hardware,
/system/core/init/
Dueventd.cpp62 std::string hardware = property_get("ro.hardware"); in ueventd_main() local
65 …ueventd_parse_config_file(android::base::StringPrintf("/ueventd.%s.rc", hardware.c_str()).c_str()); in ueventd_main()
/system/update_engine/common/
Dhardware.h25 namespace hardware {
/system/extras/bootctl/
DAndroid.mk9 LOCAL_C_INCLUDES = hardware/libhardware/include
/system/extras/tests/wifi/stress/
DAndroid.mk26 hardware/libhardware_legacy/include
/system/core/libmemtrack/
DAndroid.mk8 LOCAL_C_INCLUDES += hardware/libhardware/include
/system/vold/
DAndroid.mk41 hardware/libhardware/include/hardware \
/system/sepolicy/
Dgatekeeperd.te27 # For hardware properties retrieval

123