Home
last modified time | relevance | path

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

/hardware/interfaces/fastboot/aidl/fastbootshim/
Dfastbootshim.cpp48 FastbootShim::FastbootShim(const sp<HidlFastboot>& service) : service_(service) {} in FastbootShim() function in aidl::android::hardware::fastboot::FastbootShim
50 ScopedAStatus FastbootShim::getPartitionType(const std::string& in_partitionName, in getPartitionType()
66 ScopedAStatus FastbootShim::doOemCommand(const std::string& in_oemCmd, std::string* _aidl_return) { in doOemCommand()
81 ScopedAStatus FastbootShim::getVariant(std::string* _aidl_return) { in getVariant()
92 ScopedAStatus FastbootShim::getOffModeChargeState(bool* _aidl_return) { in getOffModeChargeState()
103 ScopedAStatus FastbootShim::getBatteryVoltageFlashingThreshold(int32_t* _aidl_return) { in getBatteryVoltageFlashingThreshold()
114 ScopedAStatus FastbootShim::doOemSpecificErase() { in doOemSpecificErase()
/hardware/interfaces/fastboot/aidl/fastbootshim/include/
Dfastbootshim.h27 class FastbootShim : public BnFastboot {
31 explicit FastbootShim(const ::android::sp<HidlFastboot>& service);