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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 101 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
102 return MC_DRV_ERR_INVALID_DEVICE_FILE;
127 LOG_E("mcRegistry read So.Soc failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
128 return MC_DRV_ERR_INVALID_DEVICE_FILE;
173 LOG_E("mcRegistry store So.Root failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
174 return MC_DRV_ERR_INVALID_DEVICE_FILE;
199 LOG_E("mcRegistry read So.Root failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
200 return MC_DRV_ERR_INVALID_DEVICE_FILE;
236 LOG_E("mcRegistry store So.Sp(SpId) failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
237 return MC_DRV_ERR_INVALID_DEVICE_FILE;
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 92 #define MC_DRV_ERR_INVALID_DEVICE_FILE 0x00000010 /**< The device file of the kernel module could not be opened. */
120 #define MC_DRV_ERR_DEVICE_FILE_OPEN MC_DRV_ERR_INVALID_DEVICE_FILE /**< The device file of the kernel module could not be opened. */
125 #define MC_DRV_ERR_TRUSTLET_NOT_FOUND MC_DRV_ERR_INVALID_DEVICE_FILE /** < Trustlet could not be found in mcRegistry. */
189 * @return MC_DRV_ERR_INVALID_DEVICE_FILE if kernel module under /dev/mobicore cannot be opened
253 * @return MC_DRV_ERR_INVALID_DEVICE_FILE when daemon cannot open trustlet file.

Completed in 26 milliseconds