Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dvariables.cpp100 auto fastboot_hal = device->fastboot_hal(); in GetVariant() local
101 if (!fastboot_hal) { in GetVariant()
106 auto status = fastboot_hal->getVariant(&device_variant); in GetVariant()
141 auto fastboot_hal = device->fastboot_hal(); in GetBatterySoCOk() local
142 if (!fastboot_hal) { in GetBatterySoCOk()
148 auto status = fastboot_hal->getBatteryVoltageFlashingThreshold(&voltage_threshold); in GetBatterySoCOk()
161 auto fastboot_hal = device->fastboot_hal(); in GetOffModeChargeState() local
162 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 …]
Dcommands.cpp200 auto fastboot_hal = device->fastboot_hal(); in OemPostWipeData() local
201 if (!fastboot_hal) { in OemPostWipeData()
205 auto status = fastboot_hal->doOemSpecificErase(); in OemPostWipeData()
260 auto fastboot_hal = device->fastboot_hal(); in OemCmdHandler() local
261 if (!fastboot_hal) { in OemCmdHandler()
270 auto status = fastboot_hal->doOemCommand(args[0], &message); in OemCmdHandler()
Dfastboot_device.h55 std::shared_ptr<aidl::android::hardware::fastboot::IFastboot> fastboot_hal() { in fastboot_hal() function