Home
last modified time | relevance | path

Searched refs:SecureHardwareProxyFactory (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredentialStore.h28 using ::android::hardware::identity::SecureHardwareProxyFactory;
35 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory) in IdentityCredentialStore()
54 sp<SecureHardwareProxyFactory> hwProxyFactory_;
DSecureHardwareProxy.h49 class SecureHardwareProxyFactory : public RefBase {
51 SecureHardwareProxyFactory() {} in SecureHardwareProxyFactory() function
52 virtual ~SecureHardwareProxyFactory() {} in ~SecureHardwareProxyFactory()
DIdentityCredential.h48 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential()
106 sp<SecureHardwareProxyFactory> hwProxyFactory_;
/device/google/cuttlefish/guest/hals/identity/
Dservice.cpp33 using ::android::hardware::identity::SecureHardwareProxyFactory;
38 sp<SecureHardwareProxyFactory> hwProxyFactory = in main()
DRemoteSecureHardwareProxy.h153 class RemoteSecureHardwareProxyFactory : public SecureHardwareProxyFactory {