commit | 17fff38dd9d467bc5fb6cd5b9a6b183951c7750d | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Tue May 16 14:06:45 2017 -0700 |
committer | Eric Laurent <elaurent@google.com> | Mon Jun 05 19:00:40 2017 +0000 |
tree | 906d61c442d2dd75f28e62ac8d746e1f45a31bed | |
parent | 433ecd85ef10284a71c4ea57279f53427fb9983d [diff] [blame] |
aaudio: reserve some error codes These codes were unused or redundant. Bug: 37755198 Test: CTS test_aaudio_misc.cpp Change-Id: I46797b9fba9406b9c98d4b9aa49f0cacbec332b9 Signed-off-by: Phil Burk <philburk@google.com>
diff --git a/media/libaaudio/src/client/AudioStreamInternal.cpp b/media/libaaudio/src/client/AudioStreamInternal.cpp index 701f698..60e836f 100644 --- a/media/libaaudio/src/client/AudioStreamInternal.cpp +++ b/media/libaaudio/src/client/AudioStreamInternal.cpp
@@ -494,7 +494,7 @@ default: ALOGE("WARNING - AudioStreamInternal::processCommands() Unrecognized what = %d", (int) message.what); - result = AAUDIO_ERROR_UNEXPECTED_VALUE; + result = AAUDIO_ERROR_INTERNAL; break; } }