Searched refs:getSessionId (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/identity/aidl/default/common/ | ||
D | PresentationSession.h | 53 uint64_t getSessionId(); |
D | PresentationSession.cpp | 141 uint64_t PresentationSession::getSessionId() { in getSessionId() function in aidl::android::hardware::identity::PresentationSession |
D | IdentityCredential.cpp | 98 uint64_t sessionId = session_ ? session_->getSessionId() : EIC_PRESENTATION_ID_UNSET; in ensureHwProxy() |
/hardware/interfaces/audio/aidl/default/include/effect-impl/ | ||
D | EffectContext.h | 60 int getSessionId() const; |
/hardware/interfaces/audio/aidl/default/ | ||
D | EffectContext.cpp | 113 int EffectContext::getSessionId() const { in getSessionId() function in aidl::android::hardware::audio::effect::EffectContext |