Home
last modified time | relevance | path

Searched refs:IBootControl (Results 1 – 25 of 32) sorted by relevance

12

/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp65 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/
Dandroid.hardware.boot@1.2-service.rc2 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
Dservice.cpp22 using IBootControl_V1_0 = android::hardware::boot::V1_0::IBootControl;
23 using IBootControl_V1_2 = android::hardware::boot::V1_2::IBootControl;
DBootControl.h33 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/
DVtsHalBootV1_2TargetTest.cpp33 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/
DVtsHalBootV1_1TargetTest.cpp38 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/
Dservice.cpp21 using ::android::hardware::boot::V1_0::IBootControl;
25 return defaultPassthroughServiceImplementation<IBootControl>(); in main()
DBootControl.h31 using ::android::hardware::boot::V1_0::IBootControl;
38 struct BootControl : public IBootControl {
53 extern "C" IBootControl* HIDL_FETCH_IBootControl(const char* name);
Dandroid.hardware.boot@1.0-service.rc2 interface android.hardware.boot@1.0::IBootControl default
DBootControl.cpp100 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/
DIBootControl.hal19 import @1.0::IBootControl;
21 import @1.1::IBootControl;
23 interface IBootControl extends @1.1::IBootControl {
/hardware/interfaces/boot/1.1/default/
Dservice.cpp22 using IBootControl_V1_0 = android::hardware::boot::V1_0::IBootControl;
23 using IBootControl_V1_1 = android::hardware::boot::V1_1::IBootControl;
DBootControl.h33 using ::android::hardware::boot::V1_1::IBootControl;
36 class BootControl : public IBootControl {
58 extern "C" IBootControl* HIDL_FETCH_IBootControl(const char* name);
Dandroid.hardware.boot@1.1-service.rc2 interface android.hardware.boot@1.0::IBootControl default
3 interface android.hardware.boot@1.1::IBootControl default
/hardware/google/pixel/bootctrl/
DBootControlShared.h32 struct BootControlShared : public IBootControl {
41 extern "C" IBootControl *HIDL_FETCH_IBootControl(const char *name);
/hardware/interfaces/boot/aidl/default/
Dmain.cpp24 using aidl::android::hardware::boot::IBootControl;
29 std::shared_ptr<IBootControl> service = ndk::SharedRefBase::make<BootControl>(); in main()
Dandroid.hardware.boot-service.default_recovery.rc6 interface aidl android.hardware.boot.IBootControl/default
/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp31 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/
DVtsHalBootV1_0TargetTest.cpp30 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/
DIBootControl.hal19 import @1.0::IBootControl;
21 interface IBootControl extends @1.0::IBootControl {
DAndroid.bp17 "IBootControl.hal",
/hardware/interfaces/boot/aidl/android/hardware/boot/
DIBootControl.aidl22 interface IBootControl { interface
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/
DIBootControl.aidl36 interface IBootControl { interface
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/
DIBootControl.aidl36 interface IBootControl { interface
/hardware/interfaces/boot/1.0/
DAndroid.bp17 "IBootControl.hal",

12