/system/update_engine/ |
daemon_state_android.cc | 37 hardware_ = hardware::CreateHardware(); 38 if (!hardware_) { 43 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; 44 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build."; 50 if (!hardware_->GetNonVolatileDirectory(&non_volatile_path)) { 68 this, prefs_.get(), boot_control_.get(), hardware_.get()));
|
real_system_state.cc | 65 hardware_ = hardware::CreateHardware(); 66 if (!hardware_) { 71 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode."; 72 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build."; 83 if (!hardware_->GetNonVolatileDirectory(&non_volatile_path)) { 95 if (!hardware_->GetPowerwashSafeDirectory(&powerwash_safe_path)) {
|
fake_system_state.cc | 29 hardware_(&fake_hardware_),
|
fake_system_state.h | 68 inline HardwareInterface* hardware() override { return hardware_; } 126 hardware_ = hardware ? hardware : &fake_hardware_; 190 CHECK(hardware_ == &fake_hardware_); 255 HardwareInterface* hardware_; member in class:chromeos_update_engine::FakeSystemState
|
daemon_state_android.h | 60 std::unique_ptr<HardwareInterface> hardware_; member in class:chromeos_update_engine::DaemonStateAndroid
|
real_system_state.h | 92 inline HardwareInterface* hardware() override { return hardware_.get(); } 155 std::unique_ptr<HardwareInterface> hardware_; member in class:chromeos_update_engine::RealSystemState
|
update_attempter_android.h | 54 HardwareInterface* hardware_); 130 HardwareInterface* hardware_; member in class:chromeos_update_engine::UpdateAttempterAndroid
|
update_attempter_android.cc | 87 hardware_(hardware), 163 install_plan_.hash_checks_mandatory = hardware_->IsOfficialBuild(); 445 new LibcurlHttpFetcher(&proxy_resolver_, hardware_); 453 hardware_, 461 new PostinstallRunnerAction(boot_control_, hardware_));
|
libcurl_http_fetcher.cc | 49 : HttpFetcher(proxy_resolver), hardware_(hardware) { 52 if (!hardware_->IsOfficialBuild()) 54 if (!hardware_->IsOOBEComplete(nullptr)) 209 if (hardware_->IsOfficialBuild()) {
|
libcurl_http_fetcher.h | 181 HardwareInterface* hardware_; member in class:chromeos_update_engine::LibcurlHttpFetcher
|
/system/update_engine/update_manager/ |
real_system_provider.cc | 41 hardware_->IsNormalBootMode())); 45 hardware_->IsOfficialBuild())); 51 base::Unretained(hardware_), nullptr)));
|
real_config_provider.h | 34 : hardware_(hardware) {} 55 chromeos_update_engine::HardwareInterface* hardware_; member in class:chromeos_update_manager::RealConfigProvider
|
real_system_provider.h | 35 : hardware_(hardware), boot_control_(boot_control) {} 62 chromeos_update_engine::HardwareInterface* hardware_; member in class:chromeos_update_manager::RealSystemProvider
|
real_config_provider.cc | 43 if (hardware_->IsNormalBootMode()) {
|
/external/webrtc/webrtc/tools/agc/ |
agc_harness.cc | 91 hardware_(VoEHardware::GetInterface(voe_)), 127 RTC_CHECK_EQ(0, hardware_->SetRecordingDevice(capture_idx_)); 128 RTC_CHECK_EQ(0, hardware_->SetPlayoutDevice(render_idx_)); 151 hardware_->Release(); 161 RTC_CHECK_EQ(0, hardware_->GetNumOfRecordingDevices(num_devices)); 164 RTC_CHECK_EQ(0, hardware_->GetRecordingDeviceName(i, device_name, guid)); 167 RTC_CHECK_EQ(0, hardware_->GetNumOfPlayoutDevices(num_devices)); 170 RTC_CHECK_EQ(0, hardware_->GetPlayoutDeviceName(i, device_name, guid)); 215 VoEHardware* hardware_; member in class:webrtc::__anon28172::AgcVoiceEngine
|
/system/update_engine/payload_consumer/ |
postinstall_runner_action.h | 42 : boot_control_(boot_control), hardware_(hardware) {} 128 HardwareInterface* hardware_; member in class:chromeos_update_engine::PostinstallRunnerAction
|
download_action.cc | 48 hardware_(hardware), 189 prefs_, boot_control_, hardware_, delegate_, &install_plan_));
|
postinstall_runner_action.cc | 59 if (hardware_->SchedulePowerwash()) { 336 hardware_->CancelPowerwash();
|
download_action.h | 140 HardwareInterface* hardware_; member in class:chromeos_update_engine::DownloadAction
|
delta_performer.h | 84 hardware_(hardware), 303 HardwareInterface* hardware_; member in class:chromeos_update_engine::DeltaPerformer
|
delta_performer.cc | [all...] |