Searched refs:fastboot_hal (Results 1 – 3 of 3) sorted by relevance
103 auto fastboot_hal = device->fastboot_hal(); in GetVariant() local104 if (!fastboot_hal) { in GetVariant()110 auto ret_val = fastboot_hal->getVariant([&](std::string device_variant, Result result) { in GetVariant()151 auto fastboot_hal = device->fastboot_hal(); in GetBatterySoCOk() local152 if (!fastboot_hal) { in GetBatterySoCOk()158 auto ret_val = fastboot_hal->getBatteryVoltageFlashingThreshold( in GetBatterySoCOk()174 auto fastboot_hal = device->fastboot_hal(); in GetOffModeChargeState() local175 if (!fastboot_hal) { in GetOffModeChargeState()182 fastboot_hal->getOffModeChargeState([&](bool off_mode_charging_state, Result result) { in GetOffModeChargeState()340 auto fastboot_hal = device->fastboot_hal(); in GetPartitionType() local[all …]
180 auto fastboot_hal = device->fastboot_hal(); in OemPostWipeData() local181 if (!fastboot_hal) { in OemPostWipeData()186 auto ret_val = fastboot_hal->doOemSpecificErase([&](Result result) { ret = result; }); in OemPostWipeData()238 auto fastboot_hal = device->fastboot_hal(); in OemCmdHandler() local239 if (!fastboot_hal) { in OemCmdHandler()249 auto ret_val = fastboot_hal->doOemCommand(args[0], [&](Result result) { ret = result; }); in OemCmdHandler()
57 android::sp<android::hardware::fastboot::V1_1::IFastboot> fastboot_hal() { in fastboot_hal() function