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

  /hardware/libhardware/include/hardware/
audio_effect.h 427 EFFECT_CMD_SET_PARAM_COMMIT, // commit previous set parameter deferred
527 // Set a parameter but apply it only when receiving EFFECT_CMD_SET_PARAM_COMMIT command
537 // command: EFFECT_CMD_SET_PARAM_COMMIT
    [all...]
  /frameworks/av/media/libmedia/
AudioEffect.cpp 314 return mIEffect->command(EFFECT_CMD_SET_PARAM_COMMIT, 0, NULL, &size, NULL);
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 440 case EFFECT_CMD_SET_PARAM_COMMIT:
442 ALOGW("Downmix_Command command EFFECT_CMD_SET_PARAM_COMMIT not supported, FIXME");
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]

Completed in 91 milliseconds