Home | History | Annotate | Download | only in hal

Lines Matching defs:cmd

1317     /* size and format of the cmd are defined in hardware/audio_effect.h */
1320 uint32_t cmd
1338 (void*)&cmd,
1429 uint32_t cmd[(sizeof(uint32_t) + sizeof(channel_config_t) - 1) / sizeof(uint32_t) + 1];
1460 cmd[0] = EFFECT_FEATURE_AUX_CHANNELS;
1461 memcpy(cmd + 1, channel_config, sizeof(channel_config_t));
1465 sizeof(cmd), //sizeof(uint32_t) + sizeof(channel_config_t),
1466 cmd,
2122 struct offload_cmd *cmd = (struct offload_cmd *)calloc(1, sizeof(struct offload_cmd));
2126 cmd->cmd = command;
2127 list_add_tail(&out->offload_cmd_list, &cmd->node);
2156 struct offload_cmd *cmd = NULL;
2171 cmd = node_to_item(item, struct offload_cmd, node);
2174 ALOGVV("%s STATE %d CMD %d out->compr %p",
2175 __func__, out->offload_state, cmd->cmd, out->compr);
2177 if (cmd->cmd == OFFLOAD_CMD_EXIT) {
2178 free(cmd);
2190 switch(cmd->cmd) {
2208 ALOGE("%s unknown command received: %d", __func__, cmd->cmd);
2217 free(cmd);
2923 ALOGE("%s: Could not get ctl for mixer cmd - %s",