Searched defs:TrustletSession (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DTrustletSession.cpp32 #include "TrustletSession.h"
40 TrustletSession::TrustletSession(Connection *deviceConnection, uint32_t sessionId) function in class:TrustletSession
50 TrustletSession::~TrustletSession(void)
65 void TrustletSession::queueNotification(notification_t *notification)
71 void TrustletSession::processQueuedNotifications(void)
87 bool TrustletSession::addBulkBuff(CWsm_ptr pWsm)
100 bool TrustletSession::removeBulkBuff(uint32_t handle)
112 CWsm_ptr TrustletSession
[all...]
H A DTrustletSession.h41 class TrustletSession class
53 TrustletSession(Connection *deviceConnection, uint32_t sessionId);
55 ~TrustletSession(void);
69 typedef std::list<TrustletSession *> trustletSessionList_t;

Completed in 1749 milliseconds