Searched refs:unregisterWsmL2 (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.h114 bool unregisterWsmL2(CWsm_ptr pWsm);
H A DTrustZoneDevice.cpp450 bool TrustZoneDevice::unregisterWsmL2(CWsm_ptr pWsm) function in class:TrustZoneDevice
452 int ret = pMcKMod->unregisterWsmL2(pWsm->handle);
454 LOG_E("pMcKMod->unregisterWsmL2 failed: %d", ret);
467 LOG_E("pMcKMod->unregisterWsmL2 failed: %d", ret);
480 LOG_I("pMcKMod->unregisterWsmL2 failed: %d", ret);
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DSession.cpp72 int ret = mcKMod->unregisterWsmL2(pBlkBufDescr->handle);
187 mcResult_t ret = mcKMod->unregisterWsmL2(pBlkBufDescr->handle);
189 LOG_E("mcKMod->unregisterWsmL2 failed: %x", ret);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.h120 mcResult_t unregisterWsmL2(uint32_t handle);
H A DCMcKMod.cpp379 mcResult_t CMcKMod::unregisterWsmL2(uint32_t handle) function in class:CMcKMod
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
H A DMobiCoreDevice.h199 virtual bool unregisterWsmL2(CWsm_ptr pWsm) = 0;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp98 mobiCoreDevice->unregisterWsmL2(res->pTciWsm);
286 mobiCoreDevice->unregisterWsmL2(pWsm);
304 if (!mobiCoreDevice->unregisterWsmL2(pWsm)) {
454 if (!device->unregisterWsmL2(pWsm)) {

Completed in 148 milliseconds