Home
last modified time | relevance | path

Searched refs:pMcKMod (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.cpp82 delete pMcKMod; in ~TrustZoneDevice()
103 pMcKMod = new CMcKMod(); in initDevice()
104 mcResult_t ret = pMcKMod->open(devFile); in initDevice()
109 if (!pMcKMod->checkVersion()) { in initDevice()
134 int ret = pMcKMod->fcInit(0, NQ_BUFFER_SIZE, NQ_BUFFER_SIZE, MCP_BUFFER_SIZE); in initDevice()
207 int32_t ret = pMcKMod->fcYield(); in yield()
227 int32_t ret = pMcKMod->fcNSIQ(); in nsiq()
277 pMcKMod->fcInfo(1, &status, NULL); in getMobicoreStatus()
289 ret = pMcKMod->fcInfo(MC_EXT_INFO_ID_MCI_VERSION, NULL, &version); in checkMciVersion()
313 ret = pMcKMod->fcInfo(1, &status, &info); in dumpMobicoreStatus()
[all …]
DTrustZoneDevice.h59 CMcKMod_ptr pMcKMod; /**< kernel module */ variable
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
DDevice.cpp51 pMcKMod = new CMcKMod(); in Device()
73 pMcKMod->free(pWsm->handle, pWsm->virtAddr, pWsm->len); in ~Device()
79 delete pMcKMod; in ~Device()
86 return pMcKMod->open(deviceName); in open()
93 pMcKMod->close(); in close()
107 Session *session = new Session(sessionId, pMcKMod, connection); in createNewSession()
165 ret = pMcKMod->mapWsm(len, &handle, &virtAddr, &physAddr); in allocateContiguousWsm()
200 ret = pMcKMod->free(pWsm->handle, pWsm->virtAddr, pWsm->len); in freeContiguousWsm()
DDevice.h57 CMcKMod_ptr pMcKMod; variable