Searched refs:max (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/ |
D | stub_ui.h | 35 void SetStage(int current, int max) override {} in SetStage() argument
|
D | wear_ui.h | 30 void SetStage(int current, int max) override;
|
D | ui.h | 38 virtual void SetStage(int current, int max) = 0;
|
D | screen_ui.h | 47 void SetStage(int current, int max) override;
|
D | install.cpp | 200 android::base::GetIntProperty("ro.build.date.utc", std::numeric_limits<int64_t>::max()); in check_newer_ab_build() 315 *max_temperature = std::max(*max_temperature, GetMaxValueFromThermalZone()); in log_max_temperature() 679 max_temperature = std::max(end_temperature, max_temperature); in install_package()
|
D | wear_ui.cpp | 225 void WearRecoveryUI::SetStage(int current, int max) {} in SetStage() argument
|
D | screen_ui.cpp | 588 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() argument 591 max_stage = max; in SetStage()
|
/bootable/recovery/otautil/ |
D | ThermalUtil.cpp | 76 max_temperature = std::max(temperature, max_temperature); in GetMaxValueFromThermalZone()
|