Home
last modified time | relevance | path

Searched refs:Fastboot (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/fastboot/1.1/default/
DFastboot.cpp26 Return<void> Fastboot::getPartitionType(const hidl_string& /* partitionName */, in getPartitionType()
32 Return<void> Fastboot::doOemCommand(const hidl_string& /* oemCmd */, doOemCommand_cb _hidl_cb) { in doOemCommand()
37 Return<void> Fastboot::getVariant(getVariant_cb _hidl_cb) { in getVariant()
42 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState()
47 Return<void> Fastboot::getBatteryVoltageFlashingThreshold( in getBatteryVoltageFlashingThreshold()
53 Return<void> Fastboot::doOemSpecificErase(doOemSpecificErase_cb _hidl_cb) { in doOemSpecificErase()
59 return new Fastboot(); in HIDL_FETCH_IFastboot()
DFastboot.h34 struct Fastboot : public IFastboot { struct
DAndroid.bp29 "Fastboot.cpp",
/hardware/interfaces/fastboot/1.0/default/
DFastboot.cpp26 Return<void> Fastboot::getPartitionType(const hidl_string& /* partitionName */, in getPartitionType()
32 Return<void> Fastboot::doOemCommand(const hidl_string& /* oemCmd */, doOemCommand_cb _hidl_cb) { in doOemCommand()
37 Return<void> Fastboot::getVariant(getVariant_cb _hidl_cb) { in getVariant()
42 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState()
47 Return<void> Fastboot::getBatteryVoltageFlashingThreshold( in getBatteryVoltageFlashingThreshold()
54 return new Fastboot(); in HIDL_FETCH_IFastboot()
DFastboot.h31 struct Fastboot : public IFastboot { struct
DAndroid.bp29 "Fastboot.cpp",
/hardware/interfaces/fastboot/aidl/default/
DFastboot.cpp26 ScopedAStatus Fastboot::getPartitionType(const std::string& in_partitionName, in getPartitionType()
36 ScopedAStatus Fastboot::doOemCommand(const std::string& in_oemCmd, std::string* _aidl_return) { in doOemCommand()
45 ScopedAStatus Fastboot::getVariant(std::string* _aidl_return) { in getVariant()
50 ScopedAStatus Fastboot::getOffModeChargeState(bool* _aidl_return) { in getOffModeChargeState()
55 ScopedAStatus Fastboot::getBatteryVoltageFlashingThreshold(int32_t* _aidl_return) { in getBatteryVoltageFlashingThreshold()
60 ScopedAStatus Fastboot::doOemSpecificErase() { in doOemSpecificErase()
Dmain.cpp23 using aidl::android::hardware::fastboot::Fastboot;
29 std::shared_ptr<IFastboot> service = ndk::SharedRefBase::make<Fastboot>(); in main()
DFastboot.h25 class Fastboot : public BnFastboot {
DAndroid.bp31 "Fastboot.cpp",
/hardware/google/pixel/fastboot/
DFastboot.cpp51 Return<void> Fastboot::getPartitionType(const ::android::hardware::hidl_string& /* partitionName */, in getPartitionType()
58 Return<void> Fastboot::getVariant(getVariant_cb _hidl_cb) { in getVariant()
63 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState()
81 Return<void> Fastboot::getBatteryVoltageFlashingThreshold( in getBatteryVoltageFlashingThreshold()
111 Return<void> Fastboot::doOemCommand(const ::android::hardware::hidl_string& oemCmdArgs, in doOemCommand()
195 Return<void> Fastboot::doOemSpecificErase(V1_1::IFastboot::doOemSpecificErase_cb _hidl_cb) { in doOemSpecificErase()
247 Fastboot::Fastboot() {} in Fastboot() function in android::hardware::fastboot::V1_1::implementation::Fastboot
252 return new Fastboot(); in HIDL_FETCH_IFastboot()
Dmain.cpp24 using aidl::android::hardware::fastboot::Fastboot;
30 std::shared_ptr<IFastboot> service = ndk::SharedRefBase::make<Fastboot>(); in main()
DFastboot_aidl.cpp53 ScopedAStatus Fastboot::getPartitionType(const std::string &in_partitionName, in getPartitionType()
64 ScopedAStatus Fastboot::getVariant(std::string *_aidl_return) { in getVariant()
69 ScopedAStatus Fastboot::getOffModeChargeState(bool *_aidl_return) { in getOffModeChargeState()
94 ScopedAStatus Fastboot::getBatteryVoltageFlashingThreshold(int32_t *_aidl_return) { in getBatteryVoltageFlashingThreshold()
129 ScopedAStatus Fastboot::doOemCommand(const std::string &in_oemCmd, std::string *_aidl_return) { in doOemCommand()
214 ScopedAStatus Fastboot::doOemSpecificErase() { in doOemSpecificErase()
DAndroid.bp24 "Fastboot.cpp",
/hardware/google/pixel/fastboot/include/fastboot/
DFastboot.h38 struct Fastboot : public IFastboot { struct
39 Fastboot();
DFastboot_aidl.h25 class Fastboot : public BnFastboot {
/hardware/interfaces/fastboot/aidl/fastbootshim/
DAndroid.bp50 // Shim library that wraps a HIDL Fastboot object into an AIDL Fastboot object.