Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.cpp181 bool off_mode_charging_state = false; in GetOffModeChargeState() local
182 auto status = fastboot_hal->getOffModeChargeState(&off_mode_charging_state); in GetOffModeChargeState()
188 *message = off_mode_charging_state ? "1" : "0"; in GetOffModeChargeState()