Searched refs:impl_ (Results 1 – 11 of 11) sorted by relevance
33 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 …]
57 android::bootable::BootControl impl_;
28 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 …]
42 ::android::bootable::BootControl impl_;
55 android::bootable::BootControl impl_;
33 SoftGateKeeperDevice() { impl_.reset(new ::gatekeeper::SoftGateKeeper()); } in SoftGateKeeperDevice()75 std::unique_ptr<::gatekeeper::SoftGateKeeper> impl_;
58 impl_->Enroll(request, &response); in enroll()86 impl_->Verify(request, &response); in verify()
59 SoftGateKeeperDevice::SoftGateKeeperDevice(::gatekeeper::SoftGateKeeper& impl) : impl_(impl) {} in SoftGateKeeperDevice()81 impl_.Enroll(request, &response); in enroll()120 impl_.Verify(request, &response); in verify()
63 ::gatekeeper::SoftGateKeeper& impl_;
42 : 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