Home
last modified time | relevance | path

Searched refs:hwProxyFactory_ (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredentialStore.cpp47 hwProxyFactory_->createProvisioningProxy(); in createCredential()
73 hwProxyFactory_->createPresentationProxy(); in getCredential()
75 ndk::SharedRefBase::make<IdentityCredential>(hwProxyFactory_, hwProxy, in getCredential()
DIdentityCredentialStore.h36 : hwProxyFactory_(hwProxyFactory) {} in IdentityCredentialStore()
54 sp<SecureHardwareProxyFactory> hwProxyFactory_;
DIdentityCredential.h51 : hwProxyFactory_(hwProxyFactory), in IdentityCredential()
106 sp<SecureHardwareProxyFactory> hwProxyFactory_; variable
DIdentityCredential.cpp932 hwProxyFactory_->createProvisioningProxy(); in updateCredential()