Home
last modified time | relevance | path

Searched refs:OwnershipServiceInternal (Results 1 – 2 of 2) sorted by relevance

/system/tpm/tpm_manager/server/
Dbinder_service.h95 friend class OwnershipServiceInternal; variable
96 class OwnershipServiceInternal : public android::tpm_manager::BnTpmOwnership {
98 explicit OwnershipServiceInternal(TpmOwnershipInterface* service);
99 ~OwnershipServiceInternal() override = default;
121 android::sp<OwnershipServiceInternal> ownership_binder_;
Dbinder_service.cc95 ownership_binder_ = new OwnershipServiceInternal(ownership_service_); in InitForTesting()
104 ownership_binder_ = new OwnershipServiceInternal(ownership_service_); in OnInit()
202 BinderService::OwnershipServiceInternal::OwnershipServiceInternal( in OwnershipServiceInternal() function in tpm_manager::BinderService::OwnershipServiceInternal
206 android::binder::Status BinderService::OwnershipServiceInternal::GetTpmStatus( in GetTpmStatus()
216 android::binder::Status BinderService::OwnershipServiceInternal::TakeOwnership( in TakeOwnership()
227 BinderService::OwnershipServiceInternal::RemoveOwnerDependency( in RemoveOwnerDependency()