Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/common/
DIdentityCredentialStore.h28 using ::android::hardware::identity::SecureHardwareProxyFactory;
39 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory,
63 sp<SecureHardwareProxyFactory> hwProxyFactory_;
DPresentationSession.h40 PresentationSession(sp<SecureHardwareProxyFactory> hwProxyFactory, in PresentationSession()
69 sp<SecureHardwareProxyFactory> hwProxyFactory_;
DSecureHardwareProxy.h50 class SecureHardwareProxyFactory : public RefBase {
52 SecureHardwareProxyFactory() {} in SecureHardwareProxyFactory() function
53 virtual ~SecureHardwareProxyFactory() {} in ~SecureHardwareProxyFactory()
DIdentityCredential.h49 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential()
108 sp<SecureHardwareProxyFactory> hwProxyFactory_;
DIdentityCredentialStore.cpp31 IdentityCredentialStore::IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredentialStore()
/hardware/interfaces/identity/aidl/default/
Dservice.cpp38 using ::android::hardware::identity::SecureHardwareProxyFactory;
51 sp<SecureHardwareProxyFactory> hwProxyFactory = new FakeSecureHardwareProxyFactory(); in main()
DFakeSecureHardwareProxy.h226 class FakeSecureHardwareProxyFactory : public SecureHardwareProxyFactory {