Searched defs:hardware (Results 1 - 15 of 15) sorted by relevance

/system/update_engine/common/
H A Dhardware.h25 namespace hardware { namespace in namespace:chromeos_update_engine
31 } // namespace hardware
/system/update_engine/update_manager/
H A Dreal_config_provider.h33 chromeos_update_engine::HardwareInterface* hardware)
34 : hardware_(hardware) {}
32 RealConfigProvider( chromeos_update_engine::HardwareInterface* hardware) argument
H A Dreal_system_provider.h33 chromeos_update_engine::HardwareInterface* hardware,
35 : hardware_(hardware), boot_control_(boot_control) {}
32 RealSystemProvider( chromeos_update_engine::HardwareInterface* hardware, chromeos_update_engine::BootControlInterface* boot_control) argument
/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.h41 HardwareInterface* hardware)
42 : boot_control_(boot_control), hardware_(hardware) {}
40 PostinstallRunnerAction(BootControlInterface* boot_control, HardwareInterface* hardware) argument
H A Ddownload_action.cc43 HardwareInterface* hardware,
48 hardware_(hardware),
41 DownloadAction(PrefsInterface* prefs, BootControlInterface* boot_control, HardwareInterface* hardware, SystemState* system_state, HttpFetcher* http_fetcher) argument
H A Ddelta_performer.h79 HardwareInterface* hardware,
84 hardware_(hardware),
77 DeltaPerformer(PrefsInterface* prefs, BootControlInterface* boot_control, HardwareInterface* hardware, DownloadActionDelegate* download_delegate, InstallPlan* install_plan) argument
/system/core/init/
H A Dueventd.cpp62 std::string hardware = property_get("ro.hardware"); local
65 ueventd_parse_config_file(android::base::StringPrintf("/ueventd.%s.rc", hardware.c_str()).c_str());
/system/update_engine/
H A Dhardware_android.cc31 #include "update_engine/common/hardware.h"
84 namespace hardware { namespace in namespace:chromeos_update_engine
86 // Factory defined in hardware.h.
91 } // namespace hardware
H A Dhardware_chromeos.cc30 #include "update_engine/common/hardware.h"
63 namespace hardware { namespace in namespace:chromeos_update_engine
65 // Factory defined in hardware.h.
70 } // namespace hardware
H A Dimage_properties_chromeos.cc99 HardwareInterface* const hardware = system_state->hardware(); local
100 if (!hardware->IsOfficialBuild() || !hardware->IsNormalBootMode())
H A Dsideload_main.cc35 #include "update_engine/common/hardware.h"
171 std::unique_ptr<HardwareInterface> hardware = hardware::CreateHardware(); local
172 if (!hardware) {
178 &sideload_daemon_state, &prefs, boot_control.get(), hardware.get());
H A Dlibcurl_http_fetcher.cc48 HardwareInterface* hardware)
49 : HttpFetcher(proxy_resolver), hardware_(hardware) {
47 LibcurlHttpFetcher(ProxyResolver* proxy_resolver, HardwareInterface* hardware) argument
H A Dfake_system_state.h68 inline HardwareInterface* hardware() override { return hardware_; }
125 inline void set_hardware(HardwareInterface* hardware) { argument
126 hardware_ = hardware ? hardware : &fake_hardware_;
H A Dupdate_attempter_android.cc83 HardwareInterface* hardware)
87 hardware_(hardware),
79 UpdateAttempterAndroid( DaemonStateInterface* daemon_state, PrefsInterface* prefs, BootControlInterface* boot_control, HardwareInterface* hardware) argument
/system/vold/
H A DUtils.cpp644 char hardware[PROPERTY_VALUE_MAX]; local
645 property_get("ro.hardware", hardware, "");
646 return StringPrintf("/fstab.%s", hardware);

Completed in 298 milliseconds