Searched defs:comm_ctx (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlc_communication.cpp24 mcResult_t tlc_open(mc_comm_ctx *comm_ctx) { argument
32 mcRet = mcOpenDevice(comm_ctx->device_id);
40 mcRet = mcMallocWsm(comm_ctx->device_id, 0, sizeof(tciMessage_t), (uint8_t **)&(comm_ctx->tci_msg), 0);
49 bzero(&(comm_ctx->handle), sizeof(mcSessionHandle_t)); // Clear the session handle
51 comm_ctx->handle.deviceId = comm_ctx->device_id; // The device ID (default device is used)
53 mcRet = mcOpenSession(&(comm_ctx->handle), &(comm_ctx->uuid), (uint8_t *)(comm_ctx
66 tlc_close(mc_comm_ctx *comm_ctx) argument
105 tlc_communicate(mc_comm_ctx *comm_ctx) argument
[all...]

Completed in 23 milliseconds