/hardware/interfaces/boot/aidl/client/ |
D | BootControlClient.cpp | 65 using IBootControl = ::aidl::android::hardware::boot::IBootControl; typedef in android::hal::BootControlClientAidl 68 BootControlClientAidl(std::shared_ptr<IBootControl> module) : module_(module) {} in BootControlClientAidl() 164 const std::shared_ptr<IBootControl> module_; 171 BootControlClientHIDL(android::sp<V1_0::IBootControl> module_v1, in BootControlClientHIDL() 172 android::sp<V1_1::IBootControl> module_v1_1, in BootControlClientHIDL() 173 android::sp<V1_2::IBootControl> module_v1_2) in BootControlClientHIDL() 321 android::sp<V1_0::IBootControl> module_v1_; 322 android::sp<V1_1::IBootControl> module_v1_1_; 323 android::sp<V1_2::IBootControl> module_v1_2_; 328 std::string(::aidl::android::hardware::boot::IBootControl::descriptor) + "/default"; in WaitForService() [all …]
|
/hardware/interfaces/boot/1.2/default/ |
D | android.hardware.boot@1.2-service.rc | 2 interface android.hardware.boot@1.0::IBootControl default 3 interface android.hardware.boot@1.1::IBootControl default 4 interface android.hardware.boot@1.2::IBootControl default
|
D | service.cpp | 22 using IBootControl_V1_0 = android::hardware::boot::V1_0::IBootControl; 23 using IBootControl_V1_2 = android::hardware::boot::V1_2::IBootControl;
|
D | BootControl.h | 33 using ::android::hardware::boot::V1_2::IBootControl; 35 class BootControl : public IBootControl { 60 extern "C" IBootControl* HIDL_FETCH_IBootControl(const char* name);
|
/hardware/interfaces/boot/1.2/vts/functional/ |
D | VtsHalBootV1_2TargetTest.cpp | 33 using ::android::hardware::boot::V1_2::IBootControl; 38 boot = IBootControl::getService(GetParam()); in SetUp() 44 sp<IBootControl> boot; 71 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IBootControl::descriptor)),
|
/hardware/interfaces/boot/1.1/vts/functional/ |
D | VtsHalBootV1_1TargetTest.cpp | 38 using ::android::hardware::boot::V1_1::IBootControl; 57 boot = IBootControl::getService(GetParam()); in SetUp() 63 sp<IBootControl> boot; 104 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IBootControl::descriptor)),
|
/hardware/interfaces/boot/1.0/default/ |
D | service.cpp | 21 using ::android::hardware::boot::V1_0::IBootControl; 25 return defaultPassthroughServiceImplementation<IBootControl>(); in main()
|
D | BootControl.h | 31 using ::android::hardware::boot::V1_0::IBootControl; 38 struct BootControl : public IBootControl { 53 extern "C" IBootControl* HIDL_FETCH_IBootControl(const char* name);
|
D | android.hardware.boot@1.0-service.rc | 2 interface android.hardware.boot@1.0::IBootControl default
|
D | BootControl.cpp | 100 IBootControl* HIDL_FETCH_IBootControl(const char * /* hal */) { in HIDL_FETCH_IBootControl() 116 IBootControl* HIDL_FETCH_IBootControl(const char* /* hal */) { in HIDL_FETCH_IBootControl()
|
/hardware/interfaces/boot/1.2/ |
D | IBootControl.hal | 19 import @1.0::IBootControl; 21 import @1.1::IBootControl; 23 interface IBootControl extends @1.1::IBootControl {
|
/hardware/interfaces/boot/1.1/default/ |
D | service.cpp | 22 using IBootControl_V1_0 = android::hardware::boot::V1_0::IBootControl; 23 using IBootControl_V1_1 = android::hardware::boot::V1_1::IBootControl;
|
D | BootControl.h | 33 using ::android::hardware::boot::V1_1::IBootControl; 36 class BootControl : public IBootControl { 58 extern "C" IBootControl* HIDL_FETCH_IBootControl(const char* name);
|
D | android.hardware.boot@1.1-service.rc | 2 interface android.hardware.boot@1.0::IBootControl default 3 interface android.hardware.boot@1.1::IBootControl default
|
/hardware/google/pixel/bootctrl/ |
D | BootControlShared.h | 32 struct BootControlShared : public IBootControl { 41 extern "C" IBootControl *HIDL_FETCH_IBootControl(const char *name);
|
/hardware/interfaces/boot/aidl/default/ |
D | main.cpp | 24 using aidl::android::hardware::boot::IBootControl; 29 std::shared_ptr<IBootControl> service = ndk::SharedRefBase::make<BootControl>(); in main()
|
D | android.hardware.boot-service.default_recovery.rc | 6 interface aidl android.hardware.boot.IBootControl/default
|
/hardware/interfaces/boot/aidl/vts/functional/ |
D | VtsHalBootAidlTargetTest.cpp | 31 using aidl::android::hardware::boot::IBootControl; 42 boot = ::aidl::android::hardware::boot::IBootControl::fromBinder( in SetUp() 47 std::shared_ptr<IBootControl> boot; 194 testing::ValuesIn(android::getAidlHalInstanceNames(IBootControl::descriptor)));
|
/hardware/interfaces/boot/1.0/vts/functional/ |
D | VtsHalBootV1_0TargetTest.cpp | 30 using ::android::hardware::boot::V1_0::IBootControl; 45 boot = IBootControl::getService(GetParam()); in SetUp() 51 sp<IBootControl> boot; 197 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IBootControl::descriptor)),
|
/hardware/interfaces/boot/1.1/ |
D | IBootControl.hal | 19 import @1.0::IBootControl; 21 interface IBootControl extends @1.0::IBootControl {
|
D | Android.bp | 17 "IBootControl.hal",
|
/hardware/interfaces/boot/aidl/android/hardware/boot/ |
D | IBootControl.aidl | 22 interface IBootControl { interface
|
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/ |
D | IBootControl.aidl | 36 interface IBootControl { interface
|
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/ |
D | IBootControl.aidl | 36 interface IBootControl { interface
|
/hardware/interfaces/boot/1.0/ |
D | Android.bp | 17 "IBootControl.hal",
|