Home | History | Annotate | Download | only in hal

Lines Matching defs:cmd

839     struct offload_cmd *cmd = (struct offload_cmd *)calloc(1, sizeof(struct offload_cmd));
843 cmd->cmd = command;
844 list_add_tail(&out->offload_cmd_list, &cmd->node);
878 struct offload_cmd *cmd = NULL;
893 cmd = node_to_item(item, struct offload_cmd, node);
896 ALOGVV("%s STATE %d CMD %d out->compr %p",
897 __func__, out->offload_state, cmd->cmd, out->compr);
899 if (cmd->cmd == OFFLOAD_CMD_EXIT) {
900 free(cmd);
912 switch(cmd->cmd) {
932 ALOGE("%s unknown command received: %d", __func__, cmd->cmd);
942 free(cmd);
1518 ALOGE("%s: Could not get volume ctl mixer cmd", __func__);