Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredentialStore.cpp33 : hwProxyFactory_(hwProxyFactory), in IdentityCredentialStore()
53 sp<SecureHardwareProvisioningProxy> hwProxy = hwProxyFactory_->createProvisioningProxy(); in createCredential()
77 hwProxyFactory_, credentialData, nullptr /* session */, hardwareInformation_); in getCredential()
96 sp<SecureHardwareSessionProxy> hwProxy = hwProxyFactory_->createSessionProxy(); in createPresentationSession()
98 hwProxyFactory_, hwProxy, hardwareInformation_); in createPresentationSession()
DPresentationSession.h43 : hwProxyFactory_(std::move(hwProxyFactory)), in PresentationSession()
69 sp<SecureHardwareProxyFactory> hwProxyFactory_;
DIdentityCredential.h53 : hwProxyFactory_(hwProxyFactory), in IdentityCredential()
108 sp<SecureHardwareProxyFactory> hwProxyFactory_; variable
DIdentityCredentialStore.h63 sp<SecureHardwareProxyFactory> hwProxyFactory_;
DPresentationSession.cpp130 hwProxyFactory_, credentialData, p, hardwareInformation_); in getCredential()
DIdentityCredential.cpp93 hwProxy_ = hwProxyFactory_->createPresentationProxy(); in ensureHwProxy()
1044 hwProxyFactory_->createProvisioningProxy(); in updateCredential()