Home
last modified time | relevance | path

Searched refs:setSessionTranscript (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/5/android/hardware/identity/
DIPresentationSession.aidl40 void setSessionTranscript(in byte[] sessionTranscript); in setSessionTranscript() method
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
DIPresentationSession.aidl40 void setSessionTranscript(in byte[] sessionTranscript); in setSessionTranscript() method
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/4/android/hardware/identity/
DIPresentationSession.aidl40 void setSessionTranscript(in byte[] sessionTranscript); in setSessionTranscript() method
/hardware/interfaces/identity/aidl/android/hardware/identity/
DIPresentationSession.aidl89 void setSessionTranscript(in byte[] sessionTranscript); in setSessionTranscript() method
/hardware/interfaces/identity/aidl/default/common/
DPresentationSession.cpp115 ndk::ScopedAStatus PresentationSession::setSessionTranscript( in setSessionTranscript() function in aidl::android::hardware::identity::PresentationSession
118 if (!hwProxy_->setSessionTranscript(sessionTranscript)) { in setSessionTranscript()
DPresentationSession.h62 ndk::ScopedAStatus setSessionTranscript(const vector<uint8_t>& sessionTranscript) override;
DSecureHardwareProxy.h150 virtual bool setSessionTranscript(const vector<uint8_t>& sessionTranscript) = 0;
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.h115 bool setSessionTranscript(const vector<uint8_t>& sessionTranscript) override;
DFakeSecureHardwareProxy.cpp401 bool FakeSecureHardwareSessionProxy::setSessionTranscript( in setSessionTranscript() function in android::hardware::identity::FakeSecureHardwareSessionProxy