Home
last modified time | relevance | path

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

/system/tpm/tpm_manager/server/
Dbinder_service.cc95 ownership_binder_ = new OwnershipServiceInternal(ownership_service_); in InitForTesting()
104 ownership_binder_ = new OwnershipServiceInternal(ownership_service_); in OnInit()
112 android::IInterface::asBinder(ownership_binder_))) { in OnInit()
125 return ownership_binder_.get(); in GetITpmOwnership()
Dbinder_service.h121 android::sp<OwnershipServiceInternal> ownership_binder_; variable