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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h 114 bool unregisterWsmL2(CWsm_ptr pWsm);
TrustZoneDevice.cpp 450 bool TrustZoneDevice::unregisterWsmL2(CWsm_ptr pWsm)
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/
Session.cpp 72 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/
CMcKMod.h 120 mcResult_t unregisterWsmL2(uint32_t handle);
CMcKMod.cpp 379 mcResult_t CMcKMod::unregisterWsmL2(uint32_t handle)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 199 virtual bool unregisterWsmL2(CWsm_ptr pWsm) = 0;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 98 mobiCoreDevice->unregisterWsmL2(res->pTciWsm);
286 mobiCoreDevice->unregisterWsmL2(pWsm);
304 if (!mobiCoreDevice->unregisterWsmL2(pWsm)) {
454 if (!device->unregisterWsmL2(pWsm)) {

Completed in 148 milliseconds