Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/
Dservice.cpp51 sp<SecureHardwareProxyFactory> hwProxyFactory = new FakeSecureHardwareProxyFactory(); in main() local
57 ndk::SharedRefBase::make<IdentityCredentialStore>(hwProxyFactory, in main()
/hardware/interfaces/identity/aidl/default/common/
DPresentationSession.h40 PresentationSession(sp<SecureHardwareProxyFactory> hwProxyFactory, in PresentationSession() argument
43 : hwProxyFactory_(std::move(hwProxyFactory)), in PresentationSession()
DIdentityCredentialStore.cpp31 IdentityCredentialStore::IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredentialStore() argument
33 : hwProxyFactory_(hwProxyFactory), in IdentityCredentialStore()
DIdentityCredential.h49 IdentityCredential(sp<SecureHardwareProxyFactory> hwProxyFactory, in IdentityCredential() argument
53 : hwProxyFactory_(hwProxyFactory), in IdentityCredential()
DIdentityCredentialStore.h39 IdentityCredentialStore(sp<SecureHardwareProxyFactory> hwProxyFactory,