Home
last modified time | relevance | path

Searched refs:doOemSpecificErase (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/fastboot/aidl/aidl_api/android.hardware.fastboot/1/android/hardware/fastboot/
DIFastboot.aidl38 void doOemSpecificErase(); in doOemSpecificErase() method
/hardware/interfaces/fastboot/aidl/aidl_api/android.hardware.fastboot/current/android/hardware/fastboot/
DIFastboot.aidl38 void doOemSpecificErase(); in doOemSpecificErase() method
/hardware/interfaces/fastboot/aidl/android/hardware/fastboot/
DIFastboot.aidl52 void doOemSpecificErase(); in doOemSpecificErase() method
/hardware/google/pixel/fastboot/include/fastboot/
DFastboot_aidl.h29 ::ndk::ScopedAStatus doOemSpecificErase() override;
DFastboot.h51 Return<void> doOemSpecificErase(V1_1::IFastboot::doOemSpecificErase_cb _hidl_cb) override;
/hardware/interfaces/fastboot/aidl/default/
DFastboot.h28 ::ndk::ScopedAStatus doOemSpecificErase() override;
DFastboot.cpp60 ScopedAStatus Fastboot::doOemSpecificErase() { in doOemSpecificErase() function in aidl::android::hardware::fastboot::Fastboot
/hardware/interfaces/fastboot/aidl/fastbootshim/
Dfastbootshim.cpp114 ScopedAStatus FastbootShim::doOemSpecificErase() { in doOemSpecificErase() function in aidl::android::hardware::fastboot::FastbootShim
116 auto ret = service_->doOemSpecificErase([&](auto& result) { out_result = result; }); in doOemSpecificErase()
/hardware/interfaces/fastboot/1.1/default/
DFastboot.cpp53 Return<void> Fastboot::doOemSpecificErase(doOemSpecificErase_cb _hidl_cb) { in doOemSpecificErase() function in android::hardware::fastboot::V1_1::implementation::Fastboot
DFastboot.h43 Return<void> doOemSpecificErase(doOemSpecificErase_cb _hidl_cb) override;
/hardware/interfaces/fastboot/aidl/fastbootshim/include/
Dfastbootshim.h34 ::ndk::ScopedAStatus doOemSpecificErase() override;
/hardware/interfaces/fastboot/1.1/
DIFastboot.hal31 doOemSpecificErase() generates (Result result);
/hardware/google/pixel/fastboot/
DFastboot.cpp195 Return<void> Fastboot::doOemSpecificErase(V1_1::IFastboot::doOemSpecificErase_cb _hidl_cb) { in doOemSpecificErase() function in android::hardware::fastboot::V1_1::implementation::Fastboot
DFastboot_aidl.cpp214 ScopedAStatus Fastboot::doOemSpecificErase() { in doOemSpecificErase() function in aidl::android::hardware::fastboot::Fastboot