Searched refs:Fastboot (Results 1 – 11 of 11) sorted by relevance
/aosp12/hardware/interfaces/fastboot/1.1/default/ |
H A 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()
|
H A D | Fastboot.h | 34 struct Fastboot : public IFastboot { struct
|
H A D | Android.bp | 29 "Fastboot.cpp",
|
/aosp12/hardware/interfaces/fastboot/1.0/default/ |
H A 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()
|
H A D | Fastboot.h | 31 struct Fastboot : public IFastboot { struct
|
H A D | Android.bp | 29 "Fastboot.cpp",
|
/aosp12/hardware/google/pixel/fastboot/ |
H A D | Fastboot.cpp | 50 Return<void> Fastboot::getPartitionType(const ::android::hardware::hidl_string& /* partitionName */, in getPartitionType() 57 Return<void> Fastboot::getVariant(getVariant_cb _hidl_cb) { in getVariant() 62 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState() 80 Return<void> Fastboot::getBatteryVoltageFlashingThreshold( in getBatteryVoltageFlashingThreshold() 110 Return<void> Fastboot::doOemCommand(const ::android::hardware::hidl_string& oemCmdArgs, in doOemCommand() 172 Return<void> Fastboot::doOemSpecificErase(V1_1::IFastboot::doOemSpecificErase_cb _hidl_cb) { in doOemSpecificErase() 214 Fastboot::Fastboot() {} in Fastboot() function in android::hardware::fastboot::V1_1::implementation::Fastboot 219 return new Fastboot(); in HIDL_FETCH_IFastboot()
|
H A D | Android.bp | 24 "Fastboot.cpp",
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 1 # Fuzzy Fastboot 3 Fuzzy Fastboot (FF) is a standalone automated conformance and penetration tester for 26 Thus, Fuzzy Fastboot also checks for proper conformance to the spec. 34 tests to Fuzzy Fastboot. However, in most cases the optional device specific 40 Without a provided device XML configuration, Fuzzy Fastboot can only perform 145 Fuzzy Fastboot allows testing these oem commands as well. 271 ## Running Fuzzy Fastboot 283 ## Using Fuzzy Fastboot on my Device 360 you should see a ton more tests that were autogenerated by Fuzzy Fastboot. 366 ### Step 4: Figure out what Fuzzy Fastboot can't/isn't testing [all …]
|
/aosp12/hardware/google/pixel/fastboot/include/fastboot/ |
H A D | Fastboot.h | 38 struct Fastboot : public IFastboot { struct 39 Fastboot();
|
/aosp12/system/core/fastboot/ |
H A D | README.md | 1 Fastboot section 22 * Fastboot data is wrapped in a simple protocol; see below for details. 242 ### Fastboot Data 290 0x03: Fastboot. 327 Fastboot 374 which only Fastboot packets are sent. Fastboot packets may contain data from
|