Searched refs:Fastboot (Results 1 – 17 of 17) sorted by relevance
/hardware/interfaces/fastboot/1.1/default/ |
D | Fastboot.cpp | 26 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()
|
D | Fastboot.h | 34 struct Fastboot : public IFastboot { struct
|
D | Android.bp | 29 "Fastboot.cpp",
|
/hardware/interfaces/fastboot/1.0/default/ |
D | Fastboot.cpp | 26 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()
|
D | Fastboot.h | 31 struct Fastboot : public IFastboot { struct
|
D | Android.bp | 29 "Fastboot.cpp",
|
/hardware/interfaces/fastboot/aidl/default/ |
D | Fastboot.cpp | 26 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()
|
D | main.cpp | 23 using aidl::android::hardware::fastboot::Fastboot; 29 std::shared_ptr<IFastboot> service = ndk::SharedRefBase::make<Fastboot>(); in main()
|
D | Fastboot.h | 25 class Fastboot : public BnFastboot {
|
D | Android.bp | 31 "Fastboot.cpp",
|
/hardware/google/pixel/fastboot/ |
D | Fastboot.cpp | 51 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()
|
D | main.cpp | 24 using aidl::android::hardware::fastboot::Fastboot; 30 std::shared_ptr<IFastboot> service = ndk::SharedRefBase::make<Fastboot>(); in main()
|
D | Fastboot_aidl.cpp | 53 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()
|
D | Android.bp | 24 "Fastboot.cpp",
|
/hardware/google/pixel/fastboot/include/fastboot/ |
D | Fastboot.h | 38 struct Fastboot : public IFastboot { struct 39 Fastboot();
|
D | Fastboot_aidl.h | 25 class Fastboot : public BnFastboot {
|
/hardware/interfaces/fastboot/aidl/fastbootshim/ |
D | Android.bp | 50 // Shim library that wraps a HIDL Fastboot object into an AIDL Fastboot object.
|