OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MC_DRV_ERROR_MCP
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h
69
#define
MC_DRV_ERROR_MCP
(ecode) (((ecode)>>8) & 0xFF) /**< Get MCP part of error code. */
128
#define MC_DRV_ERR_MCP_ERROR MC_DRV_ERR_DAEMON_UNREACHABLE /**< MobiCore Control Protocol error. See
MC_DRV_ERROR_MCP
(). */
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp
357
uint32_t mcpResult =
MC_DRV_ERROR_MCP
(mcResult);
Completed in 810 milliseconds