Home
last modified time | relevance | path

Searched defs:hardware (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/update_manager/
Dreal_config_provider.h33 chromeos_update_engine::HardwareInterface* hardware) in RealConfigProvider()
Dreal_system_provider.h33 chromeos_update_engine::HardwareInterface* hardware, in RealSystemProvider()
/system/update_engine/
Dhardware_android.cc30 namespace hardware { namespace
Dfake_system_state.h68 inline HardwareInterface* hardware() override { return hardware_; } in hardware() function
125 inline void set_hardware(HardwareInterface* hardware) { in set_hardware()
Dhardware_chromeos.cc57 namespace hardware { namespace
Dreal_system_state.h87 inline HardwareInterface* hardware() override { return hardware_.get(); } in hardware() function
Dimage_properties_chromeos.cc99 HardwareInterface* const hardware = system_state->hardware(); in LoadImageProperties() local
Dupdate_attempter_android.cc76 HardwareInterface* hardware) in UpdateAttempterAndroid()
/system/core/init/
Dueventd.cpp62 std::string hardware = property_get("ro.hardware"); in ueventd_main() local
/system/update_engine/payload_consumer/
Ddownload_action.cc43 HardwareInterface* hardware, in DownloadAction()
Ddelta_performer.h79 HardwareInterface* hardware, in DeltaPerformer()
/system/update_engine/common/
Dlibcurl_http_fetcher.cc48 HardwareInterface* hardware) in LibcurlHttpFetcher()
/system/vold/
DUtils.cpp644 char hardware[PROPERTY_VALUE_MAX]; in DefaultFstabPath() local
/system/core/metricsd/uploader/proto/
Dsystem_profile.proto294 optional Hardware hardware = 6; field