Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredentialStore.cpp42 sp<SecureHardwareProvisioningProxy> hwProxy = hwProxyFactory_->createProvisioningProxy(); in createCredential()
64 sp<SecureHardwarePresentationProxy> hwProxy = hwProxyFactory_->createPresentationProxy(); in getCredential()
66 ndk::SharedRefBase::make<IdentityCredential>(hwProxyFactory_, hwProxy, credentialData); in getCredential()
H A DIdentityCredentialStore.h35 : hwProxyFactory_(hwProxyFactory) {} in IdentityCredentialStore()
51 sp<SecureHardwareProxyFactory> hwProxyFactory_;
H A DIdentityCredential.h51 : hwProxyFactory_(hwProxyFactory), in IdentityCredential()
98 sp<SecureHardwareProxyFactory> hwProxyFactory_; variable
H A DIdentityCredential.cpp888 sp<SecureHardwareProvisioningProxy> hwProxy = hwProxyFactory_->createProvisioningProxy(); in updateCredential()