HomeSort by relevance Sort by last modified time
    Searched refs:CWsm (Results 1 - 6 of 6) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CWsm.h 41 class CWsm
49 CWsm(addr_t virtAddr,
62 typedef CWsm *CWsm_ptr;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Device.h 43 #include "CWsm.h"
125 * @param wsm The CWsm object of the allocated memory.
130 CWsm **wsm
Device.cpp 151 mcResult_t Device::allocateContiguousWsm(uint32_t len, CWsm **wsm)
173 *wsm = new CWsm(virtAddr, len, handle, physAddr);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.h 51 CWsm *pTciWsm;
58 CWsm *pTciWsm,
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp 386 *mci = new CWsm(virtAddr, len, handle, physAddr);
422 return new CWsm(buffer, len, handle, physAddr);
442 pWsm = new CWsm(virtAddr, len, handle, physAddr);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 332 trustletSession->addBulkBuff(new CWsm((void *)pLoadDataOpenSession->offs, pLoadDataOpenSession->len, handle, 0));
458 ts->addBulkBuff(new CWsm((void *)offsetPayload, lenBulkMem, handle, (void *)pAddrL2));

Completed in 543 milliseconds