Searched refs:fastboot (Results 1 – 25 of 36) sorted by relevance
12
/hardware/google/pixel/fastboot/ |
D | Android.bp | 21 name: "android.hardware.fastboot@1.1-impl.pixel", 29 "android.hardware.fastboot@1.0", 30 "android.hardware.fastboot@1.1", 48 name: "android.hardware.fastboot-service.pixel_recovery", 49 init_rc: ["android.hardware.fastboot-service.pixel_recovery.rc"], 50 vintf_fragments: ["android.hardware.fastboot-service.pixel.xml"], 58 "android.hardware.fastboot-V1-ndk",
|
D | android.hardware.fastboot-service.pixel_recovery.rc | 1 service vendor.pixel-fastboot /system/bin/hw/android.hardware.fastboot-service.pixel_recovery 6 interface aidl android.hardware.fastboot.IFastboot/default
|
D | main.cpp | 24 using aidl::android::hardware::fastboot::Fastboot; 25 using aidl::android::hardware::fastboot::IFastboot;
|
/hardware/interfaces/fastboot/1.1/default/ |
D | Fastboot.h | 23 namespace fastboot { 30 using ::android::hardware::fastboot::V1_0::FileSystemType; 31 using ::android::hardware::fastboot::V1_0::Status; 32 using ::android::hardware::fastboot::V1_0::Result;
|
D | Android.bp | 26 name: "android.hardware.fastboot@1.1-impl-mock", 37 "android.hardware.fastboot@1.0", 38 "android.hardware.fastboot@1.1",
|
/hardware/interfaces/fastboot/aidl/default/ |
D | android.hardware.fastboot-service.example_recovery.rc | 1 service vendor.fastboot-default /system/bin/hw/android.hardware.fastboot-service.example_recovery 6 interface aidl android.hardware.fastboot.IFastboot/default
|
D | Android.bp | 26 name: "android.hardware.fastboot-service.example_recovery", 27 init_rc: ["android.hardware.fastboot-service.example_recovery.rc"], 28 vintf_fragments: ["android.hardware.fastboot-service.example.xml"], 41 "android.hardware.fastboot-V1-ndk",
|
D | main.cpp | 23 using aidl::android::hardware::fastboot::Fastboot; 24 using aidl::android::hardware::fastboot::IFastboot;
|
D | Fastboot.h | 24 namespace fastboot { 33 ::aidl::android::hardware::fastboot::FileSystemType* _aidl_return) override;
|
/hardware/google/pixel/fastboot/include/fastboot/ |
D | Fastboot.h | 25 namespace fastboot { 34 using ::android::hardware::fastboot::V1_0::FileSystemType; 35 using ::android::hardware::fastboot::V1_0::Status; 36 using ::android::hardware::fastboot::V1_0::Result;
|
D | Fastboot_aidl.h | 24 namespace fastboot { 34 ::aidl::android::hardware::fastboot::FileSystemType *_aidl_return) override;
|
/hardware/interfaces/fastboot/1.1/ |
D | IFastboot.hal | 16 package android.hardware.fastboot@1.1; 17 import android.hardware.fastboot@1.0; 20 * IFastboot interface implements vendor specific fastboot commands. 24 * Executes an OEM specific erase after fastboot erase userdata.
|
D | Android.bp | 13 name: "android.hardware.fastboot@1.1", 19 "android.hardware.fastboot@1.0",
|
/hardware/interfaces/fastboot/aidl/fastbootshim/include/ |
D | fastbootshim.h | 25 namespace fastboot { 28 using HidlFastboot = ::android::hardware::fastboot::V1_1::IFastboot; 39 ::aidl::android::hardware::fastboot::FileSystemType* _aidl_return) override;
|
/hardware/interfaces/fastboot/aidl/fastbootshim/ |
D | fastbootshim.cpp | 22 using ::android::hardware::fastboot::V1_0::FileSystemType; 23 using ::android::hardware::fastboot::V1_0::Result; 24 using ::android::hardware::fastboot::V1_0::Status; 31 namespace fastboot { namespace 61 *_aidl_return = static_cast<aidl::android::hardware::fastboot::FileSystemType>(type); in getPartitionType()
|
D | Android.bp | 36 "android.hardware.fastboot-V1-ndk", 37 "android.hardware.fastboot@1.0", 38 "android.hardware.fastboot@1.1",
|
/hardware/interfaces/fastboot/aidl/aidl_api/android.hardware.fastboot/1/android/hardware/fastboot/ |
D | IFastboot.aidl | 34 package android.hardware.fastboot; 41 android.hardware.fastboot.FileSystemType getPartitionType(in String partitionName); in getPartitionType()
|
D | FileSystemType.aidl | 34 package android.hardware.fastboot;
|
/hardware/interfaces/fastboot/aidl/aidl_api/android.hardware.fastboot/current/android/hardware/fastboot/ |
D | IFastboot.aidl | 34 package android.hardware.fastboot; 41 android.hardware.fastboot.FileSystemType getPartitionType(in String partitionName); in getPartitionType()
|
D | FileSystemType.aidl | 34 package android.hardware.fastboot;
|
/hardware/interfaces/fastboot/aidl/android/hardware/fastboot/ |
D | IFastboot.aidl | 17 package android.hardware.fastboot; 19 import android.hardware.fastboot.FileSystemType;
|
D | FileSystemType.aidl | 17 package android.hardware.fastboot;
|
/hardware/interfaces/fastboot/1.0/ |
D | IFastboot.hal | 16 package android.hardware.fastboot@1.0; 19 * IFastboot interface implements vendor specific fastboot commands. 34 * Executes a fastboot OEM command. 36 * @param oemCmd The oem command that is passed to the fastboot HAL.
|
/hardware/interfaces/fastboot/aidl/ |
D | Android.bp | 25 name: "android.hardware.fastboot", 28 srcs: ["android/hardware/fastboot/*.aidl"],
|
/hardware/interfaces/fastboot/1.0/default/ |
D | Android.bp | 26 name: "android.hardware.fastboot@1.0-impl-mock", 37 "android.hardware.fastboot@1.0",
|
12