OSDN Git Service

audio effects: rename configure command
authorEric Laurent <elaurent@google.com>
Fri, 16 Dec 2011 23:30:36 +0000 (15:30 -0800)
committerEric Laurent <elaurent@google.com>
Tue, 20 Dec 2011 01:08:31 +0000 (17:08 -0800)
commit3d5188bd6abe55898f10a0edf3c05aff8aa2ef67
tree7dd2eba6d9a65d42628ffe55d12e640776285035
parent42968939dfce0954d6540011199045ec4ed7de80
audio effects: rename configure command

Renamed audio effect library interface command for audio format
configuration from EFFECT_CMD_CONFIGURE to EFFECT_CMD_SET_CONFIG.
This makes the naming more consistent with other exixsting commands
and allow adding a new command to get the configuration (EFFECT_CMD_GET_CONFIG).
Same change for reverse channel configuration renamed from
EFFECT_CMD_CONFIGURE_REVERSE to EFFECT_CMD_SET_CONFIG_REVERSE.

Implemented EFFECT_CMD_GET_CONFIG in exisitng effect libraries.

Change-Id: Ia7b1c620f13797fe5aceb3b0b4acbacce09fb067
media/libeffects/lvm/wrapper/Bundle/EffectBundle.cpp
media/libeffects/lvm/wrapper/Reverb/EffectReverb.cpp
media/libeffects/preprocessing/PreProcessing.cpp
media/libeffects/testlibs/EffectEqualizer.cpp
media/libeffects/testlibs/EffectReverb.c
media/libeffects/testlibs/EffectReverb.h
media/libeffects/visualizer/EffectVisualizer.cpp
services/audioflinger/AudioFlinger.cpp