Home
last modified time | relevance | path

Searched refs:HardwareInterface (Results 1 – 19 of 19) sorted by relevance

/system/update_engine/common/
Dhardware_interface.h36 class HardwareInterface {
38 virtual ~HardwareInterface() {} in ~HardwareInterface()
Dsystem_state.h47 class HardwareInterface; variable
82 virtual HardwareInterface* hardware() = 0;
Ddownload_action.h78 HardwareInterface* hardware,
127 HardwareInterface* hardware_;
Dhardware.h29 std::unique_ptr<HardwareInterface> CreateHardware();
Dmock_hardware.h29 class MockHardware : public HardwareInterface {
Dfake_hardware.h33 class FakeHardware : public HardwareInterface {
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h44 HardwareInterface* hardware);
134 HardwareInterface* hardware_;
Ddelta_performer.h46 class HardwareInterface; variable
70 HardwareInterface* hardware,
333 HardwareInterface* hardware_;
Dpostinstall_runner_action.cc85 BootControlInterface* boot_control, HardwareInterface* hardware) in PostinstallRunnerAction()
/system/update_engine/
Dmock_libcurl_http_fetcher.h28 MockLibcurlHttpFetcher(HardwareInterface* hardware) in MockLibcurlHttpFetcher()
Dlibcurl_http_fetcher.h85 explicit LibcurlHttpFetcher(HardwareInterface* hardware);
239 HardwareInterface* hardware_;
Ddownload_action.cc41 HardwareInterface* hardware, in DownloadAction()
Dlibcurl_http_fetcher.cc96 LibcurlHttpFetcher::LibcurlHttpFetcher(HardwareInterface* hardware) in LibcurlHttpFetcher()
/system/update_engine/aosp/
Ddaemon_state_android.h60 std::unique_ptr<HardwareInterface> hardware_;
Dupdate_attempter_android.h68 HardwareInterface* hardware_,
250 HardwareInterface* hardware_;
Dhardware_android.h33 class HardwareAndroid : public HardwareInterface {
Dsideload_main.cc151 std::unique_ptr<HardwareInterface> hardware = hardware::CreateHardware(); in ApplyUpdatePayload()
Dhardware_android.cc119 std::unique_ptr<HardwareInterface> CreateHardware() { in CreateHardware()
Dupdate_attempter_android.cc164 HardwareInterface* hardware, in UpdateAttempterAndroid()