Home
last modified time | relevance | path

Searched refs:lockWsmL2 (Results 1 – 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.h116 bool lockWsmL2(uint32_t handle);
DTrustZoneDevice.cpp464 bool TrustZoneDevice::lockWsmL2(uint32_t handle) in lockWsmL2() function in TrustZoneDevice
466 int ret = pMcKMod->lockWsmL2(handle); in lockWsmL2()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
DCMcKMod.h122 mcResult_t lockWsmL2(uint32_t handle);
DCMcKMod.cpp392 mcResult_t CMcKMod::lockWsmL2(uint32_t handle) in lockWsmL2() function in CMcKMod
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
DMobiCoreDevice.h201 virtual bool lockWsmL2(uint32_t handle) = 0;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DMobiCoreDevice.cpp265 if (!lockWsmL2(handle)) { in openSession()
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
DMobiCoreDriverDaemon.cpp594 if (!device->lockWsmL2(cmd.handle)) { in processMapBulkBuf()