Searched refs:SecureHardwareProxyFactory (Results 1 – 5 of 5) sorted by relevance
27 using ::android::hardware::identity::SecureHardwareProxyFactory;34 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory) in IdentityCredentialStore()51 sp<SecureHardwareProxyFactory> hwProxyFactory_;
49 class SecureHardwareProxyFactory : public RefBase {51 SecureHardwareProxyFactory() {} in SecureHardwareProxyFactory() function52 virtual ~SecureHardwareProxyFactory() {} in ~SecureHardwareProxyFactory()
48 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential()98 sp<SecureHardwareProxyFactory> hwProxyFactory_;
33 using ::android::hardware::identity::SecureHardwareProxyFactory;38 sp<SecureHardwareProxyFactory> hwProxyFactory = new FakeSecureHardwareProxyFactory(); in main()
144 class FakeSecureHardwareProxyFactory : public SecureHardwareProxyFactory {