Home
last modified time | relevance | path

Searched refs:SecureHardwareSessionProxy (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/identity/aidl/default/common/
DPresentationSession.h35 using ::android::hardware::identity::SecureHardwareSessionProxy;
41 sp<SecureHardwareSessionProxy> hwProxy, in PresentationSession()
70 sp<SecureHardwareSessionProxy> hwProxy_;
DSecureHardwareProxy.h45 class SecureHardwareSessionProxy; variable
56 virtual sp<SecureHardwareSessionProxy> createSessionProxy() = 0;
131 class SecureHardwareSessionProxy : public RefBase {
133 SecureHardwareSessionProxy() {} in SecureHardwareSessionProxy() function
135 virtual ~SecureHardwareSessionProxy() {} in ~SecureHardwareSessionProxy()
DIdentityCredentialStore.cpp96 sp<SecureHardwareSessionProxy> hwProxy = hwProxyFactory_->createSessionProxy(); in createPresentationSession()
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.h97 class FakeSecureHardwareSessionProxy : public SecureHardwareSessionProxy {
235 sp<SecureHardwareSessionProxy> createSessionProxy() override { in createSessionProxy()