Searched refs:fastboot_hal (Results 1 – 3 of 3) sorted by relevance
100 auto fastboot_hal = device->fastboot_hal(); in GetVariant() local101 if (!fastboot_hal) { in GetVariant()106 auto status = fastboot_hal->getVariant(&device_variant); in GetVariant()141 auto fastboot_hal = device->fastboot_hal(); in GetBatterySoCOk() local142 if (!fastboot_hal) { in GetBatterySoCOk()148 auto status = fastboot_hal->getBatteryVoltageFlashingThreshold(&voltage_threshold); in GetBatterySoCOk()161 auto fastboot_hal = device->fastboot_hal(); in GetOffModeChargeState() local162 if (!fastboot_hal) { in GetOffModeChargeState()167 auto status = fastboot_hal->getOffModeChargeState(&off_mode_charging_state); in GetOffModeChargeState()323 auto fastboot_hal = device->fastboot_hal(); in GetPartitionType() local[all …]
200 auto fastboot_hal = device->fastboot_hal(); in OemPostWipeData() local201 if (!fastboot_hal) { in OemPostWipeData()205 auto status = fastboot_hal->doOemSpecificErase(); in OemPostWipeData()260 auto fastboot_hal = device->fastboot_hal(); in OemCmdHandler() local261 if (!fastboot_hal) { in OemCmdHandler()270 auto status = fastboot_hal->doOemCommand(args[0], &message); in OemCmdHandler()
55 std::shared_ptr<aidl::android::hardware::fastboot::IFastboot> fastboot_hal() { in fastboot_hal() function