Searched refs:Downmix_Command (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h79 static int Downmix_Command(effect_handle_t self,
H A DEffectDownmix.c45 Downmix_Command,
387 static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, function
400 ALOGV("Downmix_Command command %" PRIu32 " cmdSize %" PRIu32, cmdCode, cmdSize);
424 ALOGV("Downmix_Command EFFECT_CMD_GET_PARAM pCmdData %p, *replySize %" PRIu32 ", pReplyData: %p",
433 ALOGV("Downmix_Command EFFECT_CMD_GET_PARAM param %" PRId32 ", replySize %" PRIu32,
441 ALOGV("Downmix_Command EFFECT_CMD_SET_PARAM cmdSize %d pCmdData %p, *replySize %" PRIu32
458 ALOGW("Downmix_Command command EFFECT_CMD_SET_PARAM_DEFERRED not supported, FIXME");
463 ALOGW("Downmix_Command command EFFECT_CMD_SET_PARAM_COMMIT not supported, FIXME");
495 ALOGV("Downmix_Command EFFECT_CMD_SET_DEVICE: 0x%08" PRIx32, *(uint32_t *)pCmdData);
504 ALOGW("Downmix_Command comman
[all...]

Completed in 8 milliseconds