Searched refs:SecureHardwareProxyFactory (Results 1 – 7 of 7) sorted by relevance
28 using ::android::hardware::identity::SecureHardwareProxyFactory;39 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory,63 sp<SecureHardwareProxyFactory> hwProxyFactory_;
40 PresentationSession(sp<SecureHardwareProxyFactory> hwProxyFactory, in PresentationSession()69 sp<SecureHardwareProxyFactory> hwProxyFactory_;
50 class SecureHardwareProxyFactory : public RefBase {52 SecureHardwareProxyFactory() {} in SecureHardwareProxyFactory() function53 virtual ~SecureHardwareProxyFactory() {} in ~SecureHardwareProxyFactory()
49 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential()108 sp<SecureHardwareProxyFactory> hwProxyFactory_;
31 IdentityCredentialStore::IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredentialStore()
38 using ::android::hardware::identity::SecureHardwareProxyFactory;51 sp<SecureHardwareProxyFactory> hwProxyFactory = new FakeSecureHardwareProxyFactory(); in main()
226 class FakeSecureHardwareProxyFactory : public SecureHardwareProxyFactory {