summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-16 20:42:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-16 20:42:24 +0000
commit74bebe401dd966308f29b0c4f42cf6946dc64582 (patch)
treecc6666875298f58e252864f303c1736eea44f4e3 /media
parent8952c68ecea34cd58245577636b51a5124706893 (diff)
parentf59497bd3c190e087202043de5450ef06e92b27d (diff)
downloadframeworks_av-74bebe401dd966308f29b0c4f42cf6946dc64582.zip
frameworks_av-74bebe401dd966308f29b0c4f42cf6946dc64582.tar.gz
frameworks_av-74bebe401dd966308f29b0c4f42cf6946dc64582.tar.bz2
Merge "Update comments"
Diffstat (limited to 'media')
-rw-r--r--media/libmedia/AudioTrackShared.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libmedia/AudioTrackShared.cpp b/media/libmedia/AudioTrackShared.cpp
index 08241e2..6d5f1af 100644
--- a/media/libmedia/AudioTrackShared.cpp
+++ b/media/libmedia/AudioTrackShared.cpp
@@ -423,7 +423,6 @@ status_t AudioTrackClientProxy::waitStreamEndDone(const struct timespec *request
goto end;
}
// check for obtainBuffer interrupted by client
- // check for obtainBuffer interrupted by client
if (flags & CBLK_INTERRUPT) {
ALOGV("waitStreamEndDone() interrupted by client");
status = -EINTR;