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

  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcimcp.h 96 MC_MCP_CMD_GET_MOBICORE_VERSION = 0x00000009, /**< Get MobiCore version information. */
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 604 mcpMessage->cmdGetMobiCoreVersion.cmdHeader.cmdId = MC_MCP_CMD_GET_MOBICORE_VERSION;
615 if ((MC_MCP_CMD_GET_MOBICORE_VERSION | FLAG_RESPONSE) != mcpMessage->rspHeader.rspId) {
616 LOG_E("MC_MCP_CMD_GET_MOBICORE_VERSION got invalid MCP response");
623 LOG_E("MC_MCP_CMD_GET_MOBICORE_VERSION error %d", mcRet);

Completed in 22 milliseconds