OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MC_DRV_ERR_INVALID_PARAMETER
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp
89
LOG_E("mcRegistry store So.Soc failed: %d",
MC_DRV_ERR_INVALID_PARAMETER
);
90
return
MC_DRV_ERR_INVALID_PARAMETER
;
93
LOG_E("mcRegistry store So.Soc failed: %d",
MC_DRV_ERR_INVALID_PARAMETER
);
94
return
MC_DRV_ERR_INVALID_PARAMETER
;
119
LOG_E("mcRegistry read So.Soc failed: %d",
MC_DRV_ERR_INVALID_PARAMETER
);
120
return
MC_DRV_ERR_INVALID_PARAMETER
;
161
LOG_E("mcRegistry store So.Root failed: %d",
MC_DRV_ERR_INVALID_PARAMETER
);
162
return
MC_DRV_ERR_INVALID_PARAMETER
;
165
LOG_E("mcRegistry store So.Root failed: %d",
MC_DRV_ERR_INVALID_PARAMETER
);
166
return
MC_DRV_ERR_INVALID_PARAMETER
;
[
all
...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h
93
#define
MC_DRV_ERR_INVALID_PARAMETER
0x00000011 /**< Invalid parameter. */
121
#define MC_DRV_ERR_NULL_POINTER
MC_DRV_ERR_INVALID_PARAMETER
/**< Null pointer passed as parameter. */
122
#define MC_DRV_ERR_TCI_TOO_BIG
MC_DRV_ERR_INVALID_PARAMETER
/**< Requested TCI length is too high. */
123
#define MC_DRV_ERR_WSM_NOT_FOUND
MC_DRV_ERR_INVALID_PARAMETER
/**< Requested TCI was not allocated with mallocWsm(). */
124
#define MC_DRV_ERR_TCI_GREATER_THAN_WSM
MC_DRV_ERR_INVALID_PARAMETER
/**< Requested TCI length is bigger than allocated WSM. */
Completed in 33 milliseconds