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

  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp 120 mcResult = MC_DRV_ERR_UNKNOWN_DEVICE; \
128 mcResult = MC_DRV_ERR_NULL_POINTER; \
136 mcResult = MC_DRV_ERR_UNKNOWN_SESSION; \
151 mcResult = MC_DRV_ERR_SOCKET_WRITE; \
163 mcResult = MC_DRV_ERR_SOCKET_READ; \
168 mcResult = MC_DRV_ERR_SOCKET_LENGTH; \
176 mcResult_t mcResult = MC_DRV_OK;
187 mcResult = MC_DRV_ERR_DEVICE_ALREADY_OPEN;
200 mcResult = MC_DRV_ERR_SOCKET_CONNECT;
207 mcResult = getDaemonVersion(devCon, &version)
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 610 mcResult_t mcResult = device->mapBulk(cmd.sessionId, cmd.handle, pAddrL2,
613 if (mcResult != MC_DRV_OK) {
614 writeResult(connection, mcResult);
637 uint32_t mcResult = device->unmapBulk(cmd.sessionId, cmd.handle, cmd.secureVirtualAdr, cmd.lenBulkMem);
639 if (mcResult != MC_DRV_OK) {
640 LOG_V("MCP UNMAP returned code %d", mcResult);
641 writeResult(connection, mcResult);
680 mcResult_t mcResult = device->getMobiCoreVersion(&rspGetMobiCoreVersion.payload);
682 if (mcResult != MC_DRV_OK) {
683 LOG_V("MC GET_MOBICORE_VERSION returned code %d", mcResult);
    [all...]

Completed in 27 milliseconds