Lines Matching refs:BinderService
89 BinderService::BinderService(TpmNvramInterface* nvram_service, in BinderService() function in tpm_manager::BinderService
93 void BinderService::InitForTesting() { in InitForTesting()
98 int BinderService::OnInit() { in OnInit()
120 android::tpm_manager::ITpmNvram* BinderService::GetITpmNvram() { in GetITpmNvram()
124 android::tpm_manager::ITpmOwnership* BinderService::GetITpmOwnership() { in GetITpmOwnership()
128 BinderService::NvramServiceInternal::NvramServiceInternal( in NvramServiceInternal()
132 android::binder::Status BinderService::NvramServiceInternal::DefineSpace( in DefineSpace()
142 android::binder::Status BinderService::NvramServiceInternal::DestroySpace( in DestroySpace()
152 android::binder::Status BinderService::NvramServiceInternal::WriteSpace( in WriteSpace()
162 android::binder::Status BinderService::NvramServiceInternal::ReadSpace( in ReadSpace()
172 android::binder::Status BinderService::NvramServiceInternal::LockSpace( in LockSpace()
182 android::binder::Status BinderService::NvramServiceInternal::ListSpaces( in ListSpaces()
192 android::binder::Status BinderService::NvramServiceInternal::GetSpaceInfo( in GetSpaceInfo()
202 BinderService::OwnershipServiceInternal::OwnershipServiceInternal( in 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()