Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
Dmcimcp.h90 MC_MCP_CMD_CLOSE_SESSION = 0x00000003, /**< Close an existing service session. */ enumerator
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DMobiCoreDevice.cpp390 mcpMessage->cmdClose.cmdHeader.cmdId = MC_MCP_CMD_CLOSE_SESSION; in closeSession()
402 if ((MC_MCP_CMD_CLOSE_SESSION | FLAG_RESPONSE) != mcpMessage->rspHeader.rspId) { in closeSession()