Searched refs:FLAG_RESPONSE (Results 1 – 2 of 2) sorted by relevance
303 if ((MC_MCP_CMD_OPEN_SESSION | FLAG_RESPONSE) != mcpMessage->rspHeader.rspId) { in openSession()402 if ((MC_MCP_CMD_CLOSE_SESSION | FLAG_RESPONSE) != mcpMessage->rspHeader.rspId) { in closeSession()476 if (mcpMessage->rspHeader.rspId != (MC_MCP_CMD_MAP | FLAG_RESPONSE)) { in mapBulk()519 if (mcpMessage->rspHeader.rspId != (MC_MCP_CMD_UNMAP | FLAG_RESPONSE)) { in unmapBulk()575 if ((MC_MCP_CMD_DONATE_RAM | FLAG_RESPONSE) != mcpMessage->rspHeader.rspId) { in donateRam()615 if ((MC_MCP_CMD_GET_MOBICORE_VERSION | FLAG_RESPONSE) != mcpMessage->rspHeader.rspId) { in getMobiCoreVersion()
100 #define FLAG_RESPONSE (1U << 31) /**< Flag to indicate that this is the response to a MCP co… macro