HomeSort by relevance Sort by last modified time
    Searched refs:Downmix_Command (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 81 static int Downmix_Command(effect_handle_t self,
EffectDownmix.c 52 Downmix_Command,
506 static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
518 ALOGV("Downmix_Command command %" PRIu32 " cmdSize %" PRIu32, cmdCode, cmdSize);
542 ALOGV("Downmix_Command EFFECT_CMD_GET_PARAM pCmdData %p, *replySize %" PRIu32 ", pReplyData: %p",
551 ALOGV("Downmix_Command EFFECT_CMD_GET_PARAM param %" PRId32 ", replySize %" PRIu32,
559 ALOGV("Downmix_Command EFFECT_CMD_SET_PARAM cmdSize %d pCmdData %p, *replySize %" PRIu32
576 ALOGW("Downmix_Command command EFFECT_CMD_SET_PARAM_DEFERRED not supported, FIXME");
581 ALOGW("Downmix_Command command EFFECT_CMD_SET_PARAM_COMMIT not supported, FIXME");
613 ALOGV("Downmix_Command EFFECT_CMD_SET_DEVICE: 0x%08" PRIx32, *(uint32_t *)pCmdData);
622 ALOGW("Downmix_Command command EFFECT_CMD_SET_VOLUME not supported, FIXME")
    [all...]

Completed in 183 milliseconds