Home
last modified time | relevance | path

Searched refs:impl_ (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/boot/1.2/default/
DBootControl.cpp33 return impl_.Init(); in Init()
38 return impl_.GetNumberSlots(); in getNumberSlots()
42 return impl_.GetCurrentSlot(); in getCurrentSlot()
47 if (impl_.MarkBootSuccessful()) { in markBootSuccessful()
60 if (impl_.SetActiveBootSlot(slot)) { in setActiveBootSlot()
73 if (impl_.SetSlotAsUnbootable(slot)) { in setSlotAsUnbootable()
85 if (!impl_.IsValidSlot(slot)) { in isSlotBootable()
88 return impl_.IsSlotBootable(slot) ? BoolResult::TRUE : BoolResult::FALSE; in isSlotBootable()
92 if (!impl_.IsValidSlot(slot)) { in isSlotMarkedSuccessful()
95 return impl_.IsSlotMarkedSuccessful(slot) ? BoolResult::TRUE : BoolResult::FALSE; in isSlotMarkedSuccessful()
[all …]
DBootControl.h57 android::bootable::BootControl impl_;
/hardware/interfaces/boot/aidl/default/
DBootControl.cpp28 CHECK(impl_.Init()); in BootControl()
32 *_aidl_return = impl_.GetActiveBootSlot(); in getActiveBootSlot()
37 *_aidl_return = impl_.GetCurrentSlot(); in getCurrentSlot()
42 *_aidl_return = impl_.GetNumberSlots(); in getNumberSlots()
81 *_aidl_return = ToAIDLMergeStatus(impl_.GetSnapshotMergeStatus()); in getSnapshotMergeStatus()
86 if (!impl_.IsValidSlot(in_slot)) { in getSuffix()
91 *_aidl_return = impl_.GetSuffix(in_slot); in getSuffix()
97 if (!impl_.IsValidSlot(in_slot)) { in isSlotBootable()
101 *_aidl_return = impl_.IsSlotBootable(in_slot); in isSlotBootable()
106 if (!impl_.IsValidSlot(in_slot)) { in isSlotMarkedSuccessful()
[all …]
DBootControl.h42 ::android::bootable::BootControl impl_;
/hardware/interfaces/boot/1.1/default/
DBootControl.cpp33 return impl_.Init(); in Init()
38 return impl_.GetNumberSlots(); in getNumberSlots()
42 return impl_.GetCurrentSlot(); in getCurrentSlot()
47 if (impl_.MarkBootSuccessful()) { in markBootSuccessful()
60 if (impl_.SetActiveBootSlot(slot)) { in setActiveBootSlot()
73 if (impl_.SetSlotAsUnbootable(slot)) { in setSlotAsUnbootable()
85 if (!impl_.IsValidSlot(slot)) { in isSlotBootable()
88 return impl_.IsSlotBootable(slot) ? BoolResult::TRUE : BoolResult::FALSE; in isSlotBootable()
92 if (!impl_.IsValidSlot(slot)) { in isSlotMarkedSuccessful()
95 return impl_.IsSlotMarkedSuccessful(slot) ? BoolResult::TRUE : BoolResult::FALSE; in isSlotMarkedSuccessful()
[all …]
DBootControl.h55 android::bootable::BootControl impl_;
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.h33 SoftGateKeeperDevice() { impl_.reset(new ::gatekeeper::SoftGateKeeper()); } in SoftGateKeeperDevice()
75 std::unique_ptr<::gatekeeper::SoftGateKeeper> impl_;
DSoftGateKeeperDevice.cpp58 impl_->Enroll(request, &response); in enroll()
86 impl_->Verify(request, &response); in verify()
/hardware/interfaces/gatekeeper/aidl/software/
DGateKeeper.cpp59 SoftGateKeeperDevice::SoftGateKeeperDevice(::gatekeeper::SoftGateKeeper& impl) : impl_(impl) {} in SoftGateKeeperDevice()
81 impl_.Enroll(request, &response); in enroll()
120 impl_.Verify(request, &response); in verify()
DGateKeeper.h63 ::gatekeeper::SoftGateKeeper& impl_;
/hardware/interfaces/health/utils/libhealthshim/
Dshim.cpp42 : impl_(impl) {} in HealthInfoCallbackShim()
48 (void)impl_->healthInfoChanged(aidl_info); in healthInfoChanged()
53 std::shared_ptr<AidlHealthInfoCallback> impl_; member in aidl::android::hardware::health::__anon89132b030111::HealthInfoCallbackShim