Loading media/libeffects/downmix/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -20,5 +20,6 @@ LOCAL_C_INCLUDES := \ $(call include-path-for, audio-utils) LOCAL_CFLAGS += -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror include $(BUILD_SHARED_LIBRARY) media/libeffects/downmix/EffectDownmix.c +0 −1 Original line number Diff line number Diff line Loading @@ -389,7 +389,6 @@ static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdS downmix_module_t *pDwmModule = (downmix_module_t *) self; downmix_object_t *pDownmixer; int retsize; if (pDwmModule == NULL || pDwmModule->context.state == DOWNMIX_STATE_UNINITIALIZED) { return -EINVAL; Loading media/libeffects/loudness/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ LOCAL_SRC_FILES:= \ dsp/core/dynamic_range_compression.cpp LOCAL_CFLAGS+= -O2 -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror LOCAL_SHARED_LIBRARIES := \ libcutils \ Loading media/libeffects/loudness/EffectLoudnessEnhancer.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -194,7 +194,6 @@ int LELib_Create(const effect_uuid_t *uuid, effect_handle_t *pHandle) { ALOGV("LELib_Create()"); int ret; int i; if (pHandle == NULL || uuid == NULL) { return -EINVAL; Loading Loading @@ -311,7 +310,6 @@ int LE_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) { LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; int retsize; if (pContext == NULL || pContext->mState == LOUDNESS_ENHANCER_STATE_UNINITIALIZED) { return -EINVAL; Loading media/libeffects/lvm/lib/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,7 @@ LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/StereoWidening/lib LOCAL_CFLAGS += -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror include $(BUILD_STATIC_LIBRARY) Loading Loading @@ -177,4 +178,5 @@ LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/Common/src LOCAL_CFLAGS += -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror include $(BUILD_STATIC_LIBRARY) Loading
media/libeffects/downmix/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -20,5 +20,6 @@ LOCAL_C_INCLUDES := \ $(call include-path-for, audio-utils) LOCAL_CFLAGS += -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror include $(BUILD_SHARED_LIBRARY)
media/libeffects/downmix/EffectDownmix.c +0 −1 Original line number Diff line number Diff line Loading @@ -389,7 +389,6 @@ static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdS downmix_module_t *pDwmModule = (downmix_module_t *) self; downmix_object_t *pDownmixer; int retsize; if (pDwmModule == NULL || pDwmModule->context.state == DOWNMIX_STATE_UNINITIALIZED) { return -EINVAL; Loading
media/libeffects/loudness/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ LOCAL_SRC_FILES:= \ dsp/core/dynamic_range_compression.cpp LOCAL_CFLAGS+= -O2 -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror LOCAL_SHARED_LIBRARIES := \ libcutils \ Loading
media/libeffects/loudness/EffectLoudnessEnhancer.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -194,7 +194,6 @@ int LELib_Create(const effect_uuid_t *uuid, effect_handle_t *pHandle) { ALOGV("LELib_Create()"); int ret; int i; if (pHandle == NULL || uuid == NULL) { return -EINVAL; Loading Loading @@ -311,7 +310,6 @@ int LE_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, void *pCmdData, uint32_t *replySize, void *pReplyData) { LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; int retsize; if (pContext == NULL || pContext->mState == LOUDNESS_ENHANCER_STATE_UNINITIALIZED) { return -EINVAL; Loading
media/libeffects/lvm/lib/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,7 @@ LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/StereoWidening/lib LOCAL_CFLAGS += -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror include $(BUILD_STATIC_LIBRARY) Loading Loading @@ -177,4 +178,5 @@ LOCAL_C_INCLUDES += \ $(LOCAL_PATH)/Common/src LOCAL_CFLAGS += -fvisibility=hidden LOCAL_CFLAGS += -Wall -Werror include $(BUILD_STATIC_LIBRARY)