Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredentialStore.h27 using ::android::hardware::identity::SecureHardwareProxyFactory;
34 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory) in IdentityCredentialStore()
51 sp<SecureHardwareProxyFactory> hwProxyFactory_;
H A DSecureHardwareProxy.h49 class SecureHardwareProxyFactory : public RefBase {
51 SecureHardwareProxyFactory() {} in SecureHardwareProxyFactory() function
52 virtual ~SecureHardwareProxyFactory() {} in ~SecureHardwareProxyFactory()
H A DIdentityCredential.h48 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential()
98 sp<SecureHardwareProxyFactory> hwProxyFactory_;
/aosp12/hardware/interfaces/identity/aidl/default/
H A Dservice.cpp33 using ::android::hardware::identity::SecureHardwareProxyFactory;
38 sp<SecureHardwareProxyFactory> hwProxyFactory = new FakeSecureHardwareProxyFactory(); in main()
H A DFakeSecureHardwareProxy.h144 class FakeSecureHardwareProxyFactory : public SecureHardwareProxyFactory {