summaryrefslogtreecommitdiffstats
path: root/hwc
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-04 20:07:43 +0000
committerSteve Block <steveblock@google.com>2012-01-04 20:07:43 +0000
commitbb0a9edbe9d4072ed227550d898f0c2d0149e0ba (patch)
tree39b1380aec63a8a7451ece02ba4e6bddbeee29c5 /hwc
parent3a7df2c042eb8c7289e24e77dd316f73bd0c456f (diff)
downloadhardware_ti_omap4xxx-bb0a9edbe9d4072ed227550d898f0c2d0149e0ba.zip
hardware_ti_omap4xxx-bb0a9edbe9d4072ed227550d898f0c2d0149e0ba.tar.gz
hardware_ti_omap4xxx-bb0a9edbe9d4072ed227550d898f0c2d0149e0ba.tar.bz2
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ib3b6ce6a89755e29aa9f830e9185064c25dd138e
Diffstat (limited to 'hwc')
-rw-r--r--hwc/hwc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwc/hwc.c b/hwc/hwc.c
index 11ef1f5..514175e 100644
--- a/hwc/hwc.c
+++ b/hwc/hwc.c
@@ -1726,7 +1726,7 @@ static void handle_hotplug(omap4_hwc_device_t *hwc_dev)
} else {
ext->last_mode = 0;
}
- LOGI("external display changed (state=%d, mirror={%s tform=%ddeg%s}, dock={%s tform=%ddeg%s%s}, tv=%d", state,
+ ALOGI("external display changed (state=%d, mirror={%s tform=%ddeg%s}, dock={%s tform=%ddeg%s%s}, tv=%d", state,
ext->mirror.enabled ? "enabled" : "disabled",
ext->mirror.rotation * 90,
ext->mirror.hflip ? "+hflip" : "",
@@ -1970,7 +1970,7 @@ static int omap4_hwc_device_open(const hw_module_t* module, const char* name,
struct hwc_rect fb_region = { .right = hwc_dev->fb_dev->base.width, .bottom = hwc_dev->fb_dev->base.height };
hwc_dev->ext.mirror_region = fb_region;
}
- LOGI("clone region is set to (%d,%d) to (%d,%d)",
+ ALOGI("clone region is set to (%d,%d) to (%d,%d)",
hwc_dev->ext.mirror_region.left, hwc_dev->ext.mirror_region.top,
hwc_dev->ext.mirror_region.right, hwc_dev->ext.mirror_region.bottom);
@@ -1991,7 +1991,7 @@ static int omap4_hwc_device_open(const hw_module_t* module, const char* name,
}
handle_hotplug(hwc_dev);
- LOGI("omap4_hwc_device_open(rgb_order=%d nv12_only=%d)",
+ ALOGI("omap4_hwc_device_open(rgb_order=%d nv12_only=%d)",
hwc_dev->flags_rgb_order, hwc_dev->flags_nv12_only);
done: