From c0212a26fedcbd53d71b6d2bf429bac7454e089e Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 5 Jan 2012 23:28:09 +0000 Subject: Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I02cfaca251935e4a50ad4302a72c4273be41db22 --- audio/audio_hw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/audio_hw.c') diff --git a/audio/audio_hw.c b/audio/audio_hw.c index 1488db8..4ac2e60 100755 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -1742,7 +1742,7 @@ static void get_capture_delay(struct tuna_stream_in *in, buffer->time_stamp.tv_sec = 0; buffer->time_stamp.tv_nsec = 0; buffer->delay_ns = 0; - LOGW("read get_capture_delay(): pcm_htimestamp error"); + ALOGW("read get_capture_delay(): pcm_htimestamp error"); return; } @@ -1801,7 +1801,7 @@ static int32_t update_echo_reference(struct tuna_stream_in *in, size_t frames) in->ref_frames_in, in->ref_buf_size, frames, b.frame_count); } } else - LOGW("update_echo_reference: NOT enough frames to read ref buffer"); + ALOGW("update_echo_reference: NOT enough frames to read ref buffer"); return b.delay_ns; } -- cgit v1.1