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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h 112 CWsm_ptr registerWsmL2(addr_t buffer, uint32_t len, uint32_t pid);
TrustZoneDevice.cpp 406 CWsm_ptr TrustZoneDevice::registerWsmL2(addr_t buffer, uint32_t len, uint32_t pid)
411 int ret = pMcKMod->registerWsmL2(
418 LOG_E("ipMcKMod->registerWsmL2() failed: %d", ret);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h 113 mcResult_t registerWsmL2(
CMcKMod.cpp 335 mcResult_t CMcKMod::registerWsmL2(
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.cpp 126 mcResult_t ret = mcKMod->registerWsmL2(buf, len, 0, &handle, &pPhysWsmL2);
129 LOG_V(" mcKMod->registerWsmL2() failed with %x", ret);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 197 virtual CWsm_ptr registerWsmL2(addr_t buffer, uint32_t len, uint32_t pid) = 0;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 252 pWsm = mobiCoreDevice->registerWsmL2(
430 CWsm_ptr pWsm = device->registerWsmL2((addr_t)(regObj->value), regObj->len, 0);

Completed in 564 milliseconds