Home
last modified time | relevance | path

Searched refs:MC_DRV_ERR_INVALID_PARAMETER (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp89 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER); in mcRegistryStoreAuthToken()
90 return MC_DRV_ERR_INVALID_PARAMETER; in mcRegistryStoreAuthToken()
93 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER); in mcRegistryStoreAuthToken()
94 return MC_DRV_ERR_INVALID_PARAMETER; in mcRegistryStoreAuthToken()
119 LOG_E("mcRegistry read So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER); in mcRegistryReadAuthToken()
120 return MC_DRV_ERR_INVALID_PARAMETER; in mcRegistryReadAuthToken()
161 LOG_E("mcRegistry store So.Root failed: %d", MC_DRV_ERR_INVALID_PARAMETER); in mcRegistryStoreRoot()
162 return MC_DRV_ERR_INVALID_PARAMETER; in mcRegistryStoreRoot()
165 LOG_E("mcRegistry store So.Root failed: %d", MC_DRV_ERR_INVALID_PARAMETER); in mcRegistryStoreRoot()
166 return MC_DRV_ERR_INVALID_PARAMETER; in mcRegistryStoreRoot()
[all …]
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
DMobiCoreDriverApi.h93 #define MC_DRV_ERR_INVALID_PARAMETER 0x00000011 /**< Invalid parameter. */ macro
121 #define MC_DRV_ERR_NULL_POINTER MC_DRV_ERR_INVALID_PARAMETER /**< Null pointer …
122 #define MC_DRV_ERR_TCI_TOO_BIG MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI…
123 #define MC_DRV_ERR_WSM_NOT_FOUND MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI…
124 #define MC_DRV_ERR_TCI_GREATER_THAN_WSM MC_DRV_ERR_INVALID_PARAMETER /**< Requested TCI…