Searched refs:TrustletSession (Results 1 - 7 of 7) 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;
H A DMobiCoreDevice.cpp41 #include "TrustletSession.h"
66 TrustletSession *MobiCoreDevice::getTrustletSession(uint32_t sessionId)
71 TrustletSession *tsTmp = *session;
80 void MobiCoreDevice::cleanSessionBuffers(TrustletSession *session)
106 TrustletSession *ts = NULL;
153 TrustletSession *ts = *interator;
322 TrustletSession *trustletSession = new TrustletSession(
347 TrustletSession *MobiCoreDevice::registerTrustletConnection(
361 TrustletSession *t
[all...]
H A DAndroid.mk24 $(DEVICE_PATH)/TrustletSession.cpp \
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
H A DMobiCoreDevice.h56 #include "TrustletSession.h"
120 TrustletSession *getTrustletSession(uint32_t sessionId);
122 void cleanSessionBuffers(TrustletSession *session);
136 TrustletSession *registerTrustletConnection( Connection *connection,
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp246 TrustletSession *ts = getTrustletSession(sessionId);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp525 TrustletSession *ts = device->registerTrustletConnection(

Completed in 130 milliseconds