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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h 116 bool lockWsmL2(uint32_t handle);
TrustZoneDevice.cpp 463 bool TrustZoneDevice::lockWsmL2(uint32_t handle)
465 int ret = pMcKMod->lockWsmL2(handle);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h 122 mcResult_t lockWsmL2(uint32_t handle);
CMcKMod.cpp 398 mcResult_t CMcKMod::lockWsmL2(uint32_t handle)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 201 virtual bool lockWsmL2(uint32_t handle) = 0;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 265 if (!lockWsmL2(handle)) {
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 594 if (!device->lockWsmL2(cmd.handle)) {

Completed in 343 milliseconds