diff options
| author | Steve Block <steveblock@google.com> | 2012-01-08 10:18:02 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-08 10:18:02 +0000 |
| commit | 5efbd421e0029d6fc44b1cc65c0e5e0d85e5161f (patch) | |
| tree | 3ae5b573b19628a8e2377315302e4283ffd7d55a /audio/audio_hw_hal.cpp | |
| parent | 64cca04dcbf4e21a51131224b9d0f0c596f876d4 (diff) | |
| download | hardware_libhardware_legacy-5efbd421e0029d6fc44b1cc65c0e5e0d85e5161f.tar.gz hardware_libhardware_legacy-5efbd421e0029d6fc44b1cc65c0e5e0d85e5161f.tar.bz2 hardware_libhardware_legacy-5efbd421e0029d6fc44b1cc65c0e5e0d85e5161f.zip | |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: Idfcd2f2269080d92a621dc432c65f7cf244588af
Diffstat (limited to 'audio/audio_hw_hal.cpp')
| -rw-r--r-- | audio/audio_hw_hal.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/audio_hw_hal.cpp b/audio/audio_hw_hal.cpp index e6805c5..6810c87 100644 --- a/audio/audio_hw_hal.cpp +++ b/audio/audio_hw_hal.cpp @@ -65,7 +65,7 @@ static int out_set_sample_rate(struct audio_stream *stream, uint32_t rate) struct legacy_stream_out *out = reinterpret_cast<struct legacy_stream_out *>(stream); - LOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__); + ALOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__); /* TODO: implement this */ return 0; } @@ -95,7 +95,7 @@ static int out_set_format(struct audio_stream *stream, int format) { struct legacy_stream_out *out = reinterpret_cast<struct legacy_stream_out *>(stream); - LOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__); + ALOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__); /* TODO: implement me */ return 0; } @@ -185,7 +185,7 @@ static int in_set_sample_rate(struct audio_stream *stream, uint32_t rate) struct legacy_stream_in *in = reinterpret_cast<struct legacy_stream_in *>(stream); - LOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__); + ALOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__); /* TODO: implement this */ return 0; } @@ -215,7 +215,7 @@ static int in_set_format(struct audio_stream *stream, int format) { struct legacy_stream_in *in = reinterpret_cast<struct legacy_stream_in *>(stream); - LOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__); + ALOGE("(%s:%d) %s: Implement me!", __FILE__, __LINE__, __func__); /* TODO: implement me */ return 0; } |
