Home
last modified time | relevance | path

Searched refs:fastboot (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/pixel/fastboot/
DAndroid.bp21 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",
Dandroid.hardware.fastboot-service.pixel_recovery.rc1 service vendor.pixel-fastboot /system/bin/hw/android.hardware.fastboot-service.pixel_recovery
6 interface aidl android.hardware.fastboot.IFastboot/default
Dmain.cpp24 using aidl::android::hardware::fastboot::Fastboot;
25 using aidl::android::hardware::fastboot::IFastboot;
/hardware/interfaces/fastboot/1.1/default/
DFastboot.h23 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;
DAndroid.bp26 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/
Dandroid.hardware.fastboot-service.example_recovery.rc1 service vendor.fastboot-default /system/bin/hw/android.hardware.fastboot-service.example_recovery
6 interface aidl android.hardware.fastboot.IFastboot/default
DAndroid.bp26 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",
Dmain.cpp23 using aidl::android::hardware::fastboot::Fastboot;
24 using aidl::android::hardware::fastboot::IFastboot;
DFastboot.h24 namespace fastboot {
33 ::aidl::android::hardware::fastboot::FileSystemType* _aidl_return) override;
/hardware/google/pixel/fastboot/include/fastboot/
DFastboot.h25 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;
DFastboot_aidl.h24 namespace fastboot {
34 ::aidl::android::hardware::fastboot::FileSystemType *_aidl_return) override;
/hardware/interfaces/fastboot/1.1/
DIFastboot.hal16 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.
DAndroid.bp13 name: "android.hardware.fastboot@1.1",
19 "android.hardware.fastboot@1.0",
/hardware/interfaces/fastboot/aidl/fastbootshim/include/
Dfastbootshim.h25 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/
Dfastbootshim.cpp22 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()
DAndroid.bp36 "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/
DIFastboot.aidl34 package android.hardware.fastboot;
41 android.hardware.fastboot.FileSystemType getPartitionType(in String partitionName); in getPartitionType()
DFileSystemType.aidl34 package android.hardware.fastboot;
/hardware/interfaces/fastboot/aidl/aidl_api/android.hardware.fastboot/current/android/hardware/fastboot/
DIFastboot.aidl34 package android.hardware.fastboot;
41 android.hardware.fastboot.FileSystemType getPartitionType(in String partitionName); in getPartitionType()
DFileSystemType.aidl34 package android.hardware.fastboot;
/hardware/interfaces/fastboot/aidl/android/hardware/fastboot/
DIFastboot.aidl17 package android.hardware.fastboot;
19 import android.hardware.fastboot.FileSystemType;
DFileSystemType.aidl17 package android.hardware.fastboot;
/hardware/interfaces/fastboot/1.0/
DIFastboot.hal16 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/
DAndroid.bp25 name: "android.hardware.fastboot",
28 srcs: ["android/hardware/fastboot/*.aidl"],
/hardware/interfaces/fastboot/1.0/default/
DAndroid.bp26 name: "android.hardware.fastboot@1.0-impl-mock",
37 "android.hardware.fastboot@1.0",

12