summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-09-13 15:04:17 -0700
committerEric Laurent <elaurent@google.com>2011-09-13 17:33:29 -0700
commitcfe2ba6b01a258e39f9c215ffc7b750e0b68f708 (patch)
treec4a213cfc30955cc61a8c9673e032caff41a0947 /include
parent98afd841e8f0803a00d1970e4a28ea8999e9c498 (diff)
downloadframeworks_av-cfe2ba6b01a258e39f9c215ffc7b750e0b68f708.zip
frameworks_av-cfe2ba6b01a258e39f9c215ffc7b750e0b68f708.tar.gz
frameworks_av-cfe2ba6b01a258e39f9c215ffc7b750e0b68f708.tar.bz2
Issue 5298399: Lost speech after a crash in gTalk.
Fixed problem in AudioTrack::restoreTrack_l() causing a permanent failure if the IAudioTrack interface to AudioFlinger could not be restored at the first attempt. Change-Id: I039d4fe2dca8d3baf71f1a6c51119f27a67b6611
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioTrack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index 923518d..d1a8105 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -486,6 +486,7 @@ private:
int mSessionId;
int mAuxEffectId;
Mutex mLock;
+ status_t mRestoreStatus;
};