Home | History | Annotate | Download | only in gatekeeper

Lines Matching refs:cmd

45 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out,
54 msg->cmd = cmd;
61 ALOGE("failed to send cmd (%d) to %s: %s\n", cmd,
68 ALOGE("failed to retrieve response for cmd (%d) to %s: %s\n",
69 cmd, GATEKEEPER_PORT, strerror(errno));
80 if ((cmd | GK_RESP_BIT) != msg->cmd) {
81 ALOGE("invalid command (%d)\n", msg->cmd);