diff --git a/exynos/multimedia/codecs/audio/exynos4/srp/alp/src/srp_api.c b/exynos/multimedia/codecs/audio/exynos4/srp/alp/src/srp_api.c index 73c8c04e..59e4c4eb 100644 --- a/exynos/multimedia/codecs/audio/exynos4/srp/alp/src/srp_api.c +++ b/exynos/multimedia/codecs/audio/exynos4/srp/alp/src/srp_api.c @@ -12,8 +12,8 @@ #include "srp_api.h" -#define ALOG_NDEBUG 1 -#define ALOG_TAG "libsrpapi" +#define LOG_NDEBUG 1 +#define LOG_TAG "libsrpapi" #include static struct srp_buf_info ibuf_info; diff --git a/exynos/multimedia/codecs/audio/exynos4/srp/libsa_jni/SACtrl.c b/exynos/multimedia/codecs/audio/exynos4/srp/libsa_jni/SACtrl.c index 9e696f43..65f3a66f 100644 --- a/exynos/multimedia/codecs/audio/exynos4/srp/libsa_jni/SACtrl.c +++ b/exynos/multimedia/codecs/audio/exynos4/srp/libsa_jni/SACtrl.c @@ -7,7 +7,7 @@ #include "srp_api_ctrl.h" -#define ALOG_TAG "libsa_jni" +#define LOG_TAG "libsa_jni" #include void Java_com_android_music_SetSACtrlJNI_set(JNIEnv * env, jobject obj, int effect_num) diff --git a/exynos/multimedia/codecs/audio/exynos4/srp/ulp/src/srp_api.c b/exynos/multimedia/codecs/audio/exynos4/srp/ulp/src/srp_api.c index 28483469..cf224eb0 100644 --- a/exynos/multimedia/codecs/audio/exynos4/srp/ulp/src/srp_api.c +++ b/exynos/multimedia/codecs/audio/exynos4/srp/ulp/src/srp_api.c @@ -12,7 +12,7 @@ #include "srp_api.h" -#define ALOG_TAG "libsrpapi" +#define LOG_TAG "libsrpapi" #include /* Disable ALOGD message */ diff --git a/exynos/multimedia/codecs/audio/exynos4/srp/ulp/src/srp_api_ctrl.c b/exynos/multimedia/codecs/audio/exynos4/srp/ulp/src/srp_api_ctrl.c index ed320892..f9a2b611 100644 --- a/exynos/multimedia/codecs/audio/exynos4/srp/ulp/src/srp_api_ctrl.c +++ b/exynos/multimedia/codecs/audio/exynos4/srp/ulp/src/srp_api_ctrl.c @@ -13,7 +13,7 @@ #include "srp_api_ctrl.h" #include "srp_ioctl.h" -#define ALOG_TAG "libsrpapi" +#define LOG_TAG "libsrpapi" #include /* Disable ALOGD message */ diff --git a/exynos/multimedia/codecs/audio/exynos5/srp/alp/src/srp_api.c b/exynos/multimedia/codecs/audio/exynos5/srp/alp/src/srp_api.c index 73c8c04e..59e4c4eb 100644 --- a/exynos/multimedia/codecs/audio/exynos5/srp/alp/src/srp_api.c +++ b/exynos/multimedia/codecs/audio/exynos5/srp/alp/src/srp_api.c @@ -12,8 +12,8 @@ #include "srp_api.h" -#define ALOG_NDEBUG 1 -#define ALOG_TAG "libsrpapi" +#define LOG_NDEBUG 1 +#define LOG_TAG "libsrpapi" #include static struct srp_buf_info ibuf_info; diff --git a/exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c b/exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c index df985dc0..8f954395 100644 --- a/exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c +++ b/exynos/multimedia/codecs/video/exynos4/mfc/dec/src/SsbSipMfcDecAPI.c @@ -34,9 +34,9 @@ #include "SsbSipMfcApi.h" #include -/*#define ALOG_NDEBUG 0*/ -#undef ALOG_TAG -#define ALOG_TAG "MFC_DEC_APP" +/*#define LOG_NDEBUG 0*/ +#undef LOG_TAG +#define LOG_TAG "MFC_DEC_APP" #ifdef CONFIG_MFC_FPS #include diff --git a/exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c b/exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c index 92df6b0f..387471c3 100644 --- a/exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c +++ b/exynos/multimedia/codecs/video/exynos4/mfc/enc/src/SsbSipMfcEncAPI.c @@ -30,9 +30,9 @@ #include "SsbSipMfcApi.h" #include -/* #define ALOG_NDEBUG 0 */ -#undef ALOG_TAG -#define ALOG_TAG "MFC_ENC_APP" +/* #define LOG_NDEBUG 0 */ +#undef LOG_TAG +#define LOG_TAG "MFC_ENC_APP" #define _MFCLIB_MAGIC_NUMBER 0x92241001 diff --git a/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c b/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c index cad62e31..ad14f16e 100644 --- a/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c +++ b/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c @@ -36,8 +36,8 @@ #include "mfc_interface.h" #include "SsbSipMfcApi.h" -/* #define ALOG_NDEBUG 0 */ -#define ALOG_TAG "MFC_DEC_APP" +/* #define LOG_NDEBUG 0 */ +#define LOG_TAG "MFC_DEC_APP" #include #ifdef CONFIG_MFC_FPS diff --git a/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c b/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c index d35e153b..b62f1eeb 100644 --- a/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c +++ b/exynos/multimedia/codecs/video/exynos4/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c @@ -31,8 +31,8 @@ #include "mfc_interface.h" #include "SsbSipMfcApi.h" -/* #define ALOG_NDEBUG 0 */ -#define ALOG_TAG "MFC_ENC_APP" +/* #define LOG_NDEBUG 0 */ +#define LOG_TAG "MFC_ENC_APP" #include #define POLL_ENC_WAIT_TIMEOUT 25 diff --git a/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c b/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c index d09a5533..99aef763 100644 --- a/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c +++ b/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/dec/src/SsbSipMfcDecAPI.c @@ -39,8 +39,8 @@ #include "ion.h" #endif -/* #define ALOG_NDEBUG 0 */ -#define ALOG_TAG "MFC_DEC_APP" +/* #define LOG_NDEBUG 0 */ +#define LOG_TAG "MFC_DEC_APP" #include #ifdef CONFIG_MFC_FPS diff --git a/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c b/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c index b444fd23..413e734e 100644 --- a/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c +++ b/exynos/multimedia/codecs/video/exynos5/mfc_v4l2/enc/src/SsbSipMfcEncAPI.c @@ -31,8 +31,8 @@ #include "mfc_interface.h" #include "SsbSipMfcApi.h" -/* #define ALOG_NDEBUG 0 */ -#define ALOG_TAG "MFC_ENC_APP" +/* #define LOG_NDEBUG 0 */ +#define LOG_TAG "MFC_ENC_APP" #include #define POLL_ENC_WAIT_TIMEOUT 25 diff --git a/exynos4/hal/libcamera/SecCamera.cpp b/exynos4/hal/libcamera/SecCamera.cpp index 97f4708c..68bdc5f8 100644 --- a/exynos4/hal/libcamera/SecCamera.cpp +++ b/exynos4/hal/libcamera/SecCamera.cpp @@ -23,8 +23,8 @@ ************************************* */ -//#define ALOG_NDEBUG 0 -#define ALOG_TAG "SecCamera" +//#define LOG_NDEBUG 0 +#define LOG_TAG "SecCamera" #include #include diff --git a/exynos4/hal/libcamera/SecCameraHWInterface.cpp b/exynos4/hal/libcamera/SecCameraHWInterface.cpp index 3c2250ec..b7077eba 100644 --- a/exynos4/hal/libcamera/SecCameraHWInterface.cpp +++ b/exynos4/hal/libcamera/SecCameraHWInterface.cpp @@ -15,8 +15,8 @@ ** See the License for the specific language governing permissions and ** limitations under the License. */ -//#define ALOG_NDEBUG 0 -#define ALOG_TAG "CameraHardwareSec" +//#define LOG_NDEBUG 0 +#define LOG_TAG "CameraHardwareSec" #include #include "SecCameraHWInterface.h" diff --git a/exynos4/hal/libfimc/SecFimc.cpp b/exynos4/hal/libfimc/SecFimc.cpp index 86728a80..a924235a 100644 --- a/exynos4/hal/libfimc/SecFimc.cpp +++ b/exynos4/hal/libfimc/SecFimc.cpp @@ -29,7 +29,7 @@ * Adjust V4L2 architecture \n */ -#define ALOG_TAG "libfimc" +#define LOG_TAG "libfimc" #include #include "SecFimc.h" diff --git a/exynos4/hal/libfimg3x/FimgC210.cpp b/exynos4/hal/libfimg3x/FimgC210.cpp index 472438f2..129acaec 100644 --- a/exynos4/hal/libfimg3x/FimgC210.cpp +++ b/exynos4/hal/libfimg3x/FimgC210.cpp @@ -20,8 +20,8 @@ /////////////////////////////////////////////////// // include /////////////////////////////////////////////////// -#define ALOG_NDEBUG 0 -#define ALOG_TAG "FimgC210" +#define LOG_NDEBUG 0 +#define LOG_TAG "FimgC210" #include #include "FimgC210.h" diff --git a/exynos4/hal/libfimg4x/FimgApi.cpp b/exynos4/hal/libfimg4x/FimgApi.cpp index 57d0f27d..444e9c9f 100644 --- a/exynos4/hal/libfimg4x/FimgApi.cpp +++ b/exynos4/hal/libfimg4x/FimgApi.cpp @@ -17,8 +17,8 @@ ** */ -#define ALOG_NDEBUG 0 -#define ALOG_TAG "SKIA" +#define LOG_NDEBUG 0 +#define LOG_TAG "SKIA" #include #include "FimgApi.h" diff --git a/exynos4/hal/libfimg4x/FimgExynos4.cpp b/exynos4/hal/libfimg4x/FimgExynos4.cpp index a2036836..f9a7f1e1 100644 --- a/exynos4/hal/libfimg4x/FimgExynos4.cpp +++ b/exynos4/hal/libfimg4x/FimgExynos4.cpp @@ -17,8 +17,8 @@ ** */ -#define ALOG_NDEBUG 0 -#define ALOG_TAG "FimgExynos4" +#define LOG_NDEBUG 0 +#define LOG_TAG "FimgExynos4" #include #include "FimgExynos4.h" diff --git a/exynos4/hal/libgralloc_ump/Android.mk b/exynos4/hal/libgralloc_ump/Android.mk index a2141e87..005c8178 100644 --- a/exynos4/hal/libgralloc_ump/Android.mk +++ b/exynos4/hal/libgralloc_ump/Android.mk @@ -37,9 +37,8 @@ LOCAL_SRC_FILES := \ framebuffer_device.cpp LOCAL_MODULE_TAGS := eng -#LOCAL_MODULE := gralloc.default LOCAL_MODULE := gralloc.$(TARGET_DEVICE) -LOCAL_CFLAGS:= -DALOG_TAG=\"gralloc\" -DGRALLOC_32_BITS -DSTANDARD_LINUX_SCREEN +LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -DGRALLOC_32_BITS -DSTANDARD_LINUX_SCREEN #LOCAL_CFLAGS+= -DMALI_VSYNC_EVENT_REPORT_ENABLE LOCAL_CFLAGS += -DSAMSUNG_EXYNOS diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp b/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp index e6be6e7b..021898c4 100644 --- a/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp +++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmi.cpp @@ -14,8 +14,8 @@ * limitations under the License. */ -//#define ALOG_NDEBUG 0 -//#define ALOG_TAG "libhdmi" +//#define LOG_NDEBUG 0 +//#define LOG_TAG "libhdmi" #include #if defined(BOARD_USE_V4L2_ION) diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h b/exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h index a90e687b..203dfe48 100644 --- a/exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h +++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmiCommon.h @@ -18,8 +18,8 @@ ** */ -//#define ALOG_NDEBUG 0 -//#define ALOG_TAG "libhdmi" +//#define LOG_NDEBUG 0 +//#define LOG_TAG "libhdmi" #include #include "videodev2.h" diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp b/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp index fd135f18..f3ae1ac5 100644 --- a/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp +++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp @@ -14,8 +14,8 @@ * limitations under the License. */ -//#define ALOG_NDEBUG 0 -//#define ALOG_TAG "libhdmi" +//#define LOG_NDEBUG 0 +//#define LOG_TAG "libhdmi" #include #include diff --git a/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h b/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h index f31169e6..a4aa69c5 100644 --- a/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h +++ b/exynos4/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h @@ -17,8 +17,8 @@ #ifndef __HDMI_HAL_V4L2_UTILS_H__ #define __HDMI_HAL_V4L2_UTILS_H__ -//#define ALOG_NDEBUG 0 -//#define ALOG_TAG "libhdmi" +//#define LOG_NDEBUG 0 +//#define LOG_TAG "libhdmi" #if defined(BOARD_USE_V4L2) #include "SecBuffer.h" #endif diff --git a/exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp b/exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp index 9fd330c3..2e327e66 100644 --- a/exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp +++ b/exynos4/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp @@ -22,7 +22,7 @@ ** @date 2011-07-06 */ -#define ALOG_TAG "libhdmiclient" +#define LOG_TAG "libhdmiclient" #include "SecHdmiClient.h" diff --git a/exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp b/exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp index 73084738..c0150a33 100644 --- a/exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp +++ b/exynos4/hal/libhdmi/libhdmiservice/SecTVOutService.cpp @@ -22,7 +22,7 @@ ** @date 2011-07-06 */ -#define ALOG_TAG "SecTVOutService" +#define LOG_TAG "SecTVOutService" #include #include diff --git a/exynos4/hal/libhwjpeg/jpeg_hal_unit.c b/exynos4/hal/libhwjpeg/jpeg_hal_unit.c index 00363f5d..6764bd55 100644 --- a/exynos4/hal/libhwjpeg/jpeg_hal_unit.c +++ b/exynos4/hal/libhwjpeg/jpeg_hal_unit.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#define ALOG_TAG "libhwjpeg" +#define LOG_TAG "libhwjpeg" #include #include diff --git a/exynos4/hal/libs5pjpeg/jpeg_api.c b/exynos4/hal/libs5pjpeg/jpeg_api.c index d557a136..e5247e3b 100644 --- a/exynos4/hal/libs5pjpeg/jpeg_api.c +++ b/exynos4/hal/libs5pjpeg/jpeg_api.c @@ -16,8 +16,8 @@ ** limitations under the License. */ -//#define ALOG_NDEBUG 0 -#define ALOG_TAG "Jpeg-api" +//#define LOG_NDEBUG 0 +#define LOG_TAG "Jpeg-api" #include #include diff --git a/exynos5/hal/libcamera/SecCamera.cpp b/exynos5/hal/libcamera/SecCamera.cpp index bd18479c..aad6c797 100644 --- a/exynos5/hal/libcamera/SecCamera.cpp +++ b/exynos5/hal/libcamera/SecCamera.cpp @@ -23,8 +23,8 @@ ************************************* */ -//#define ALOG_NDEBUG 0 -#define ALOG_TAG "SecCamera" +//#define LOG_NDEBUG 0 +#define LOG_TAG "SecCamera" #include #include diff --git a/exynos5/hal/libcamera/SecCameraHWInterface.cpp b/exynos5/hal/libcamera/SecCameraHWInterface.cpp index 36099024..717cb78a 100644 --- a/exynos5/hal/libcamera/SecCameraHWInterface.cpp +++ b/exynos5/hal/libcamera/SecCameraHWInterface.cpp @@ -15,8 +15,8 @@ ** See the License for the specific language governing permissions and ** limitations under the License. */ -//#define ALOG_NDEBUG 0 -#define ALOG_TAG "CameraHardwareSec" +//#define LOG_NDEBUG 0 +#define LOG_TAG "CameraHardwareSec" #include #include "SecCameraHWInterface.h" diff --git a/exynos5/hal/libcamera/mediactl.cpp b/exynos5/hal/libcamera/mediactl.cpp index 951acc02..82aa90ac 100644 --- a/exynos5/hal/libcamera/mediactl.cpp +++ b/exynos5/hal/libcamera/mediactl.cpp @@ -20,8 +20,8 @@ */ //#include "config.h" -#define ALOG_NDEBUG 0 -#define ALOG_TAG "Mediactl" +#define LOG_NDEBUG 0 +#define LOG_TAG "Mediactl" #include #include diff --git a/exynos5/hal/libfimg4x/FimgApi.cpp b/exynos5/hal/libfimg4x/FimgApi.cpp index 57d0f27d..444e9c9f 100644 --- a/exynos5/hal/libfimg4x/FimgApi.cpp +++ b/exynos5/hal/libfimg4x/FimgApi.cpp @@ -17,8 +17,8 @@ ** */ -#define ALOG_NDEBUG 0 -#define ALOG_TAG "SKIA" +#define LOG_NDEBUG 0 +#define LOG_TAG "SKIA" #include #include "FimgApi.h" diff --git a/exynos5/hal/libfimg4x/FimgExynos5.cpp b/exynos5/hal/libfimg4x/FimgExynos5.cpp index 59d83946..87c8527d 100644 --- a/exynos5/hal/libfimg4x/FimgExynos5.cpp +++ b/exynos5/hal/libfimg4x/FimgExynos5.cpp @@ -17,8 +17,8 @@ ** */ -#define ALOG_NDEBUG 0 -#define ALOG_TAG "FimgExynos5" +#define LOG_NDEBUG 0 +#define LOG_TAG "FimgExynos5" #include #include "FimgExynos5.h" diff --git a/exynos5/hal/libgralloc_ump/Android.mk b/exynos5/hal/libgralloc_ump/Android.mk index 84cac10f..a4354d44 100644 --- a/exynos5/hal/libgralloc_ump/Android.mk +++ b/exynos5/hal/libgralloc_ump/Android.mk @@ -40,14 +40,14 @@ LOCAL_SRC_FILES := \ ifeq ($(TARGET_PRODUCT), armboard_v7a) # Support for ARM platforms -LOCAL_CFLAGS:= -DALOG_TAG=\"gralloc\" -DGRALLOC_16_BITS -DSTANDARD_LINUX_SCREEN \ +LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -DGRALLOC_16_BITS -DSTANDARD_LINUX_SCREEN \ -march=armv7-a \ -mfloat-abi=softfp LOCAL_MODULE := gralloc.default else #Default to goldfish -LOCAL_CFLAGS:= -DALOG_TAG=\"gralloc\" -DSTANDARD_LINUX_SCREEN \ +LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc\" -DSTANDARD_LINUX_SCREEN \ -march=armv7-a \ -mfloat-abi=softfp \ -DVITHAR_HACK diff --git a/exynos5/hal/libhdmi/SecHdmi/SecGscaler.cpp b/exynos5/hal/libhdmi/SecHdmi/SecGscaler.cpp index 6920042d..5da1c720 100644 --- a/exynos5/hal/libhdmi/SecHdmi/SecGscaler.cpp +++ b/exynos5/hal/libhdmi/SecHdmi/SecGscaler.cpp @@ -16,7 +16,7 @@ */ //#define DEBUG_LIB_FIMC -#define ALOG_TAG "libgscaler" +#define LOG_TAG "libgscaler" //#define USE_GSC_USERPTR #include #include "../libhdmi/SecHdmi/SecGscaler.h" diff --git a/exynos5/hal/libhdmi/SecHdmi/SecHdmi.cpp b/exynos5/hal/libhdmi/SecHdmi/SecHdmi.cpp index 8c0970b3..bb395d50 100644 --- a/exynos5/hal/libhdmi/SecHdmi/SecHdmi.cpp +++ b/exynos5/hal/libhdmi/SecHdmi/SecHdmi.cpp @@ -15,8 +15,8 @@ */ //#define DEBUG_MSG_ENABLE -//#define ALOG_NDEBUG 0 -//#define ALOG_TAG "libhdmi" +//#define LOG_NDEBUG 0 +//#define LOG_TAG "libhdmi" #include #include "ion.h" #include "SecHdmi.h" diff --git a/exynos5/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp b/exynos5/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp index e3f0f30d..9a66d6d6 100644 --- a/exynos5/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp +++ b/exynos5/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.cpp @@ -14,8 +14,8 @@ * limitations under the License. */ -//#define ALOG_NDEBUG 0 -//#define ALOG_TAG "libhdmi" +//#define LOG_NDEBUG 0 +//#define LOG_TAG "libhdmi" //#define DEBUG_HDMI_HW_LEVEL #include diff --git a/exynos5/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h b/exynos5/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h index c772bf1f..67c07291 100644 --- a/exynos5/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h +++ b/exynos5/hal/libhdmi/SecHdmi/SecHdmiV4L2Utils.h @@ -17,8 +17,8 @@ #ifndef __HDMI_HAL_V4L2_UTILS_H__ #define __HDMI_HAL_V4L2_UTILS_H__ -//#define ALOG_NDEBUG 0 -//#define ALOG_TAG "libhdmi" +//#define LOG_NDEBUG 0 +//#define LOG_TAG "libhdmi" #include "fimd_api.h" #include "SecBuffer.h" diff --git a/exynos5/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp b/exynos5/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp index 430ea4e3..21cac993 100644 --- a/exynos5/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp +++ b/exynos5/hal/libhdmi/libhdmiservice/SecHdmiClient.cpp @@ -22,7 +22,7 @@ ** @date 2011-07-06 */ -#define ALOG_TAG "libhdmiclient" +#define LOG_TAG "libhdmiclient" #include "SecHdmiClient.h" diff --git a/exynos5/hal/libhdmi/libhdmiservice/SecTVOutService.cpp b/exynos5/hal/libhdmi/libhdmiservice/SecTVOutService.cpp index 36661063..453cf70d 100644 --- a/exynos5/hal/libhdmi/libhdmiservice/SecTVOutService.cpp +++ b/exynos5/hal/libhdmi/libhdmiservice/SecTVOutService.cpp @@ -22,7 +22,7 @@ ** @date 2011-07-06 */ -#define ALOG_TAG "SecTVOutService" +#define LOG_TAG "SecTVOutService" #include #include