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

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

Completed in 1026 milliseconds