Searched refs:hwProxyFactory (Results 1 – 5 of 5) sorted by relevance
51 sp<SecureHardwareProxyFactory> hwProxyFactory = new FakeSecureHardwareProxyFactory(); in main() local57 ndk::SharedRefBase::make<IdentityCredentialStore>(hwProxyFactory, in main()
40 PresentationSession(sp<SecureHardwareProxyFactory> hwProxyFactory, in PresentationSession() argument43 : hwProxyFactory_(std::move(hwProxyFactory)), in PresentationSession()
31 IdentityCredentialStore::IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredentialStore() argument33 : hwProxyFactory_(hwProxyFactory), in IdentityCredentialStore()
49 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential() argument53 : hwProxyFactory_(hwProxyFactory), in IdentityCredential()
39 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory,