Home
last modified time | relevance | path

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

/hardware/google/pixel/fastboot/
DFastboot.cpp67 uint8_t off_mode_charge_status = 0; in getOffModeChargeState() local
70 if (!android::base::ReadFullyAtOffset(fd, &off_mode_charge_status, 1 /* byte count */, in getOffModeChargeState()
75 _hidl_cb(off_mode_charge_status != 0, { Status::SUCCESS, "" }); in getOffModeChargeState()
DFastboot_aidl.cpp73 uint8_t off_mode_charge_status = 0; in getOffModeChargeState() local
80 auto ret = ::android::base::ReadFullyAtOffset(fd, &off_mode_charge_status, 1 /* byte count */, in getOffModeChargeState()
88 *_aidl_return = (off_mode_charge_status != 0); in getOffModeChargeState()