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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp 707 mcBulkMap_t *mapInfo
719 CHECK_NOT_NULL(mapInfo);
772 mapInfo->sVirtualAddr = bulkBuf->sVirtualAddr;
773 mapInfo->sVirtualLen = bufLen;
793 mcBulkMap_t *mapInfo
805 CHECK_NOT_NULL(mapInfo);
818 uint32_t handle = session->getBufHandle(mapInfo->sVirtualAddr);
820 LOG_E("Unable to find internal handle for buffer %p.", mapInfo->sVirtualAddr);
830 (uint32_t)(mapInfo->sVirtualAddr),
831 mapInfo->sVirtualLen)
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 366 * @param [out] mapInfo Information structure about the mapped Bulk buffer between the TLC (Nwd) and
382 mcBulkMap_t *mapInfo
394 * @param [in] mapInfo Information structure about the mapped Bulk buffer between the TLC (Nwd) and
396 * @attention The clientlib currently ignores the len field in mapInfo.
410 mcBulkMap_t *mapInfo
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlcTeeKeymaster_if.c 164 mcBulkMap_t mapInfo;
177 mcRet = mcMap(&sessionHandle, keyData, keyDataLength, &mapInfo);
187 pTci->rsagenkey.keydata = (uint32_t)mapInfo.sVirtualAddr;
207 mcRet = mcUnmap(&sessionHandle, keyData, &mapInfo);

Completed in 192 milliseconds