Searched refs:mcSoTltCont_t (Results 1 – 4 of 4) sorted by relevance
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/ |
D | cmp.h | 1156 mcSoTltCont_t soTltCont; 1178 mcSoTltCont_t soTltCont; 1205 mcSoTltCont_t soTltCont; 1214 mcSoTltCont_t soTltCont; 1235 mcSoTltCont_t soTltCont; 1281 mcSoTltCont_t soTltCont; 1303 mcSoTltCont_t soTltCont; 1386 mcSoTltCont_t soTltCont; 1395 mcSoTltCont_t soTltCont; 1416 mcSoTltCont_t soTltCont; [all …]
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/Public/ |
D | MobiCoreRegistry.h | 113 mcResult_t mcRegistryStoreTrustletCon(const mcUuid_t *uuid, const mcSoTltCont_t *so); 120 mcResult_t mcRegistryReadTrustletCon(const mcUuid_t *uuid, mcSoTltCont_t *so);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/ |
D | Registry.cpp | 284 const mcSoTltCont_t *so in mcRegistryStoreTrustletCon() 304 fwrite((char *)so, 1, sizeof(mcSoTltCont_t), fs); in mcRegistryStoreTrustletCon() 315 mcSoTltCont_t *so in mcRegistryReadTrustletCon() 332 if (sizeof(mcSoTltCont_t) != filesize) { in mcRegistryReadTrustletCon() 334 …) failed: %d. Size=%i, expected=%i", MC_DRV_ERR_OUT_OF_RESOURCES, filesize, sizeof(mcSoTltCont_t)); in mcRegistryReadTrustletCon() 338 fread((char *)so, 1, sizeof(mcSoTltCont_t), fs); in mcRegistryReadTrustletCon() 693 p -= sizeof(mcSoTltCont_t); in mcRegistryGetServiceBlob() 694 mcSoTltCont_t *soTlt = (mcSoTltCont_t *)p; in mcRegistryGetServiceBlob()
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
D | mcContainer.h | 264 } mcSoTltCont_t; typedef 277 mcSoTltCont_t soTlt;
|