Home
last modified time | relevance | path

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

/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.bp20 "Fastboot.cpp",
/hardware/google/pixel/fastboot/
DFastboot.cpp39 Return<void> Fastboot::getPartitionType(const ::android::hardware::hidl_string& /* partitionName */, in getPartitionType()
46 Return<void> Fastboot::getVariant(getVariant_cb _hidl_cb) { in getVariant()
51 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState()
69 Return<void> Fastboot::getBatteryVoltageFlashingThreshold( in getBatteryVoltageFlashingThreshold()
99 Return<void> Fastboot::doOemCommand(const ::android::hardware::hidl_string& oemCmdArgs, in doOemCommand()
122 Fastboot::Fastboot() {} in Fastboot() function in android::hardware::fastboot::V1_0::implementation::Fastboot
127 return new Fastboot(); in HIDL_FETCH_IFastboot()
DAndroid.bp20 "Fastboot.cpp",
/hardware/google/pixel/fastboot/include/fastboot/
DFastboot.h35 struct Fastboot : public IFastboot { struct
36 Fastboot();