Home
last modified time | relevance | path

Searched refs:trustletSessions (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DMobiCoreDevice.cpp68 for (trustletSessionIterator_t session = trustletSessions.begin(); in getTrustletSession()
69 session != trustletSessions.end(); in getTrustletSession()
92 for (trustletSessionIterator_t session = trustletSessions.begin(); in removeTrustletSession()
93 session != trustletSessions.end(); in removeTrustletSession()
97 trustletSessions.erase(session); in removeTrustletSession()
150 for (interator = trustletSessions.rbegin(); in close()
151 interator != trustletSessions.rend(); in close()
330 trustletSessions.push_back(trustletSession); in openSession()
358 for (trustletSessionIterator_t iterator = trustletSessions.begin(); in registerTrustletConnection()
359 iterator != trustletSessions.end(); in registerTrustletConnection()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
DMobiCoreDevice.h85 trustletSessionList_t trustletSessions; /**< Available Trustlet Sessions */ variable