Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dvariables.cpp147 auto voltage_threshold = 0; in GetBatterySoCOk() local
148 auto status = fastboot_hal->getBatteryVoltageFlashingThreshold(&voltage_threshold); in GetBatterySoCOk()
154 *message = battery_voltage >= voltage_threshold ? "yes" : "no"; in GetBatterySoCOk()